tag | line | file | source code |
DEVICE_NR | 104 | include/linux/blk.h | #define DEVICE_NR(device) (MINOR(device) >> PARTN_BITS) |
DEVICE_NR | 113 | include/linux/blk.h | #define DEVICE_NR(device) (MINOR(device)) |
DEVICE_NR | 125 | include/linux/blk.h | #define DEVICE_NR(device) ( (MINOR(device) & 3) | ((MINOR(device) & 0x80 ) >> 5 )) |
DEVICE_NR | 137 | include/linux/blk.h | #define DEVICE_NR(device) (MINOR(device)>>6) |
DEVICE_NR | 147 | include/linux/blk.h | #define DEVICE_NR(device) (MINOR(device) >> 4) |
DEVICE_NR | 155 | include/linux/blk.h | #define DEVICE_NR(device) (MINOR(device) & 0x7f) |
DEVICE_NR | 164 | include/linux/blk.h | #define DEVICE_NR(device) (MINOR(device)) |
DEVICE_NR | 172 | include/linux/blk.h | #define DEVICE_NR(device) (MINOR(device) >> 6) |
DEVICE_NR | 180 | include/linux/blk.h | #define DEVICE_NR(device) (MINOR(device)) |
DEVICE_NR | 189 | include/linux/blk.h | #define DEVICE_NR(device) (MINOR(device)) |
DEVICE_NR | 198 | include/linux/blk.h | #define DEVICE_NR(device) (MINOR(device)) |
DEVICE_NR | 206 | include/linux/blk.h | #define DEVICE_NR(device) (MINOR(device)) |
DEVICE_NR | 214 | include/linux/blk.h | #define DEVICE_NR(device) (MINOR(device)) |
DEVICE_NR | 222 | include/linux/blk.h | #define DEVICE_NR(device) (MINOR(device)) |
DEVICE_NR | 230 | include/linux/blk.h | #define DEVICE_NR(device) (MINOR(device)) |
DEVICE_NR | 238 | include/linux/blk.h | #define DEVICE_NR(device) (MINOR(device)) |
DEVICE_NR | 247 | include/linux/blk.h | #define DEVICE_NR(device) (MINOR(device)) |
DEVICE_NR | 255 | include/linux/blk.h | #define DEVICE_NR(device) (MINOR(device)) |
DEVICE_NR | 262 | include/linux/blk.h | #define DEVICE_NR(device) (MINOR(device)) |
DEVICE_NR | 270 | include/linux/blk.h | #define DEVICE_NR(device) (MINOR(device)) |
DEVICE_NR | 278 | include/linux/blk.h | #define DEVICE_NR(device) (MINOR(device)) |