Searched refs:mountfd (Results 1 – 7 of 7) sorted by relevance
/titanic_44/usr/src/cmd/fs.d/ufs/fssnap/ |
H A D | fssnap.c | 110 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 D | tunefs.c | 153 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 D | main.c | 210 mountfd = -1; in checkfilesys()
|
H A D | fsck.h | 188 int mountfd; /* fd of mount point */ variable
|
/titanic_44/usr/src/cmd/fs.d/ufs/fsck/ |
H A D | utilities.c | 1484 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 D | fsck.h | 349 int mountfd; /* fd of mount point */ variable
|
H A D | main.c | 371 mountfd = -1; in checkfilesys()
|