Searched refs:_FIOLFSS (Results 1 – 5 of 5) sorted by relevance
/titanic_44/usr/src/cmd/fs.d/ufs/lockfs/ |
H A D | lockfs.c | 91 int request = _FIOLFSS; 206 case _FIOLFSS: in main() 275 if (ioctl(fd, _FIOLFSS, &lf) == -1) { in printstatus() 385 if (ioctl(fd, _FIOLFSS, &lf) == -1) { in lockfs()
|
/titanic_44/usr/src/uts/common/sys/ |
H A D | filio.h | 71 #define _FIOLFSS _IO('f', 65) /* file system lock status */ macro
|
/titanic_44/usr/src/cmd/fs.d/ufs/fsck/ |
H A D | utilities.c | 1499 if (ioctl(mountfd, _FIOLFSS, lfp) == -1) in is_errorlocked() 1649 if ((rc = ioctl(mountfd, _FIOLFSS, lfp)) == -1) { in search_vfstab()
|
/titanic_44/usr/src/cmd/fs.d/ufs/mkfs/ |
H A D | mkfs.c | 5165 if (ioctl(lockfd, _FIOLFSS, &lockfs) == -1) { in ulockfs() 5210 if (ioctl(lockfd, _FIOLFSS, &lockfs) == -1) { in wlockfs()
|
/titanic_44/usr/src/uts/common/fs/ufs/ |
H A D | ufs_vnops.c | 1674 case _FIOLFSS: in ufs_ioctl()
|