Searched defs:mountfd (Results 1 - 4 of 4) sorted by relevance

/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/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/udfs/fsck/
H A Dfsck.h188 int mountfd; /* fd of mount point */ variable
/illumos-gate/usr/src/cmd/fs.d/ufs/fsck/
H A Dfsck.h349 int mountfd; /* fd of mount point */ variable

Completed in 62 milliseconds