Home
last modified time | relevance | path

Searched refs:_FIOLFSS (Results 1 – 5 of 5) sorted by relevance

/titanic_44/usr/src/cmd/fs.d/ufs/lockfs/
H A Dlockfs.c91 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 Dfilio.h71 #define _FIOLFSS _IO('f', 65) /* file system lock status */ macro
/titanic_44/usr/src/cmd/fs.d/ufs/fsck/
H A Dutilities.c1499 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 Dmkfs.c5165 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 Dufs_vnops.c1674 case _FIOLFSS: in ufs_ioctl()