Searched refs:mountfd (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/cmd/fs.d/ufs/fssnap/
H A Dfssnap.c110 int mountfd = -1; local
127 mountfd = backout_snap_fd;
129 delete_snap(mountfd);
210 if ((mountfd = open(mountpoint, O_RDONLY)) < 0)
217 delete_snap(mountfd);
222 create_snap(mountfd, backpath, maxsize, chunksize,
230 create_snap(int mountfd, char *backpath, u_offset_t maxsize, uint_t chunksize, argument
264 backcount = open_backpath(mountfd, max_bf_size, &backpath,
279 enable->rootfiledesc = mountfd;
315 backout_snap_fd = mountfd;
345 delete_snap(int mountfd) argument
390 open_backpath(int mountfd, u_offset_t max_bf_size, char **path, char **unlinkpath, int **fd_array) argument
[all...]
/illumos-gate/usr/src/cmd/fs.d/ufs/tunefs/
H A Dtunefs.c153 int i, mountfd; local
319 mountfd = open(mountpoint, O_RDONLY);
320 if (mountfd == -1) {
331 if (ioctl(mountfd, _FIOTUNE, &fiotune) == -1) {
337 close(mountfd);
/illumos-gate/usr/src/cmd/fs.d/udfs/fsck/
H A Dfsck.h188 int mountfd; /* fd of mount point */ variable
H A Dmain.c210 mountfd = -1;
/illumos-gate/usr/src/cmd/fs.d/ufs/fsck/
H A Dutilities.c1484 if (mountfd < 0) {
1485 if ((mountfd = open64(mountp, O_RDONLY)) == -1)
1499 if (ioctl(mountfd, _FIOLFSS, lfp) == -1)
1649 if ((rc = ioctl(mountfd, _FIOLFSS, lfp)) == -1) {
1669 if ((rc = ioctl(mountfd, _FIOLFS, lfp)) == -1) {
H A Dfsck.h349 int mountfd; /* fd of mount point */ variable
H A Dmain.c371 mountfd = -1;

Completed in 65 milliseconds