Home
last modified time | relevance | path

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

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