Home | History | Annotate | Download | only in linux

Lines Matching refs:x12

133 #define BLKROSET _IO(0x12,93)  
134 #define BLKROGET _IO(0x12,94)
135 #define BLKRRPART _IO(0x12,95)
136 #define BLKGETSIZE _IO(0x12,96)
137 #define BLKFLSBUF _IO(0x12,97)
138 #define BLKRASET _IO(0x12,98)
139 #define BLKRAGET _IO(0x12,99)
140 #define BLKFRASET _IO(0x12,100)
141 #define BLKFRAGET _IO(0x12,101)
142 #define BLKSECTSET _IO(0x12,102)
143 #define BLKSECTGET _IO(0x12,103)
144 #define BLKSSZGET _IO(0x12,104)
146 #define BLKBSZGET _IOR(0x12,112,size_t)
147 #define BLKBSZSET _IOW(0x12,113,size_t)
148 #define BLKGETSIZE64 _IOR(0x12,114,size_t)
149 #define BLKTRACESETUP _IOWR(0x12,115,struct blk_user_trace_setup)
150 #define BLKTRACESTART _IO(0x12,116)
151 #define BLKTRACESTOP _IO(0x12,117)
152 #define BLKTRACETEARDOWN _IO(0x12,118)