tag | line | file | source code |
DEVICE_NR | 32 | drivers/block/loop.c | #define DEVICE_NR(device) (MINOR(device)) |
DEVICE_NR | 123 | include/linux/blk.h | #define DEVICE_NR(device) (MINOR(device) >> PARTN_BITS) |
DEVICE_NR | 132 | include/linux/blk.h | #define DEVICE_NR(device) (MINOR(device)) |
DEVICE_NR | 144 | include/linux/blk.h | #define DEVICE_NR(device) ( (MINOR(device) & 3) | ((MINOR(device) & 0x80 ) >> 5 )) |
DEVICE_NR | 156 | include/linux/blk.h | #define DEVICE_NR(device) (MINOR(device)>>6) |
DEVICE_NR | 166 | include/linux/blk.h | #define DEVICE_NR(device) (MINOR(device) >> 4) |
DEVICE_NR | 177 | include/linux/blk.h | #define DEVICE_NR(device) (MINOR(device)) |
DEVICE_NR | 187 | include/linux/blk.h | #define DEVICE_NR(device) (MINOR(device) & 0x7f) |
DEVICE_NR | 196 | include/linux/blk.h | #define DEVICE_NR(device) (MINOR(device)) |
DEVICE_NR | 204 | include/linux/blk.h | #define DEVICE_NR(device) (MINOR(device) >> 6) |
DEVICE_NR | 212 | include/linux/blk.h | #define DEVICE_NR(device) (MINOR(device)) |
DEVICE_NR | 221 | 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 | 246 | include/linux/blk.h | #define DEVICE_NR(device) (MINOR(device)) |
DEVICE_NR | 254 | 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 | 279 | include/linux/blk.h | #define DEVICE_NR(device) (MINOR(device)) |
DEVICE_NR | 287 | include/linux/blk.h | #define DEVICE_NR(device) (MINOR(device)) |
DEVICE_NR | 294 | include/linux/blk.h | #define DEVICE_NR(device) (MINOR(device)) |
DEVICE_NR | 302 | include/linux/blk.h | #define DEVICE_NR(device) (MINOR(device)) |
DEVICE_NR | 310 | include/linux/blk.h | #define DEVICE_NR(device) (MINOR(device)) |