Lines Matching refs:_IO
191 #define BLKROSET _IO(0x12,93) /* set device read-only (0 = read-write) */
192 #define BLKROGET _IO(0x12,94) /* get read-only status (0 = read_write) */
193 #define BLKRRPART _IO(0x12,95) /* re-read partition table */
194 #define BLKGETSIZE _IO(0x12,96) /* return device size /512 (long *arg) */
195 #define BLKFLSBUF _IO(0x12,97) /* flush buffer cache */
196 #define BLKRASET _IO(0x12,98) /* set read ahead for block device */
197 #define BLKRAGET _IO(0x12,99) /* get current read ahead setting */
198 #define BLKFRASET _IO(0x12,100)/* set filesystem (mm/filemap.c) read-ahead */
199 #define BLKFRAGET _IO(0x12,101)/* get filesystem (mm/filemap.c) read-ahead */
200 #define BLKSECTSET _IO(0x12,102)/* set max sectors per request (ll_rw_blk.c) */
201 #define BLKSECTGET _IO(0x12,103)/* get max sectors per request (ll_rw_blk.c) */
202 #define BLKSSZGET _IO(0x12,104)/* get block device sector size */
204 #define BLKPG _IO(0x12,105)/* See blkpg.h */
218 #define BLKTRACESTART _IO(0x12,116)
219 #define BLKTRACESTOP _IO(0x12,117)
220 #define BLKTRACETEARDOWN _IO(0x12,118)
221 #define BLKDISCARD _IO(0x12,119)
222 #define BLKIOMIN _IO(0x12,120)
223 #define BLKIOOPT _IO(0x12,121)
224 #define BLKALIGNOFF _IO(0x12,122)
225 #define BLKPBSZGET _IO(0x12,123)
226 #define BLKDISCARDZEROES _IO(0x12,124)
227 #define BLKSECDISCARD _IO(0x12,125)
228 #define BLKROTATIONAL _IO(0x12,126)
229 #define BLKZEROOUT _IO(0x12,127)
236 #define FIBMAP _IO(0x00,1) /* bmap access */
237 #define FIGETBSZ _IO(0x00,2) /* get the block size used for bmap */