Lines Matching refs:_IO

56 #define	FIOCLEX		_IO('f', 1)		/* set exclusive use on fd */
57 #define FIONCLEX _IO('f', 2) /* remove exclusive use */
70 #define _FIOLFS _IO('f', 64) /* file system lock */
71 #define _FIOLFSS _IO('f', 65) /* file system lock status */
72 #define _FIOFFS _IO('f', 66) /* file system flush */
74 #define _FIOOBSOLETE67 _IO('f', 67) /* obsolete and unsupported */
75 #define _FIOSATIME _IO('f', 68) /* set atime */
76 #define _FIOSDIO _IO('f', 69) /* set delayed io */
77 #define _FIOGDIO _IO('f', 70) /* get delayed io */
78 #define _FIOIO _IO('f', 71) /* inode open */
79 #define _FIOISLOG _IO('f', 72) /* disksuite/ufs protocol */
80 #define _FIOISLOGOK _IO('f', 73) /* disksuite/ufs protocol */
81 #define _FIOLOGRESET _IO('f', 74) /* disksuite/ufs protocol */
86 #define _FIOISBUSY _IO('f', 75) /* networker/ufs protocol */
87 #define _FIODIRECTIO _IO('f', 76) /* directio */
88 #define _FIOTUNE _IO('f', 77) /* tuning */
98 #define _FIOLOGENABLE _IO('f', 87) /* logging/ufs protocol */
99 #define _FIOLOGDISABLE _IO('f', 88) /* logging/ufs protocol */
106 #define _FIOSNAPSHOTCREATE _IO('f', 89) /* create a snapshot */
107 #define _FIOSNAPSHOTDELETE _IO('f', 90) /* delete a snapshot */
112 #define _FIOGETSUPERBLOCK _IO('f', 91)
117 #define _FIOGETMAXPHYS _IO('f', 92)
122 #define _FIO_SET_LUFS_DEBUG _IO('f', 93) /* set lufs_debug */
123 #define _FIO_SET_LUFS_ERROR _IO('f', 94) /* set a lufs error */
124 #define _FIO_GET_TOP_STATS _IO('f', 95) /* get lufs tranaction stats */
129 #define _FIOSNAPSHOTCREATE_MULTI _IO('f', 96)
134 #define _FIO_SEEK_DATA _IO('f', 97) /* SEEK_DATA */
135 #define _FIO_SEEK_HOLE _IO('f', 98) /* SEEK_HOLE */
140 #define _FIO_COMPRESSED _IO('f', 99) /* mark file as compressed */
145 #define _FIO_COUNT_FILLED _IO('f', 100) /* count holes in a file */