Home
last modified time | relevance | path

Searched refs:_FIOTUNE (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dfilio.h89 #define _FIOTUNE _IO('f', 77) /* tuning */ macro
/illumos-gate/usr/src/cmd/fs.d/ufs/tunefs/
H A Dtunefs.c329 if (ioctl(mountfd, _FIOTUNE, &fiotune) == -1) { in main()
/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dufs_vnops.c1717 case _FIOTUNE: in ufs_ioctl()