taglinefilesource code
DEVICE_NR91drivers/block/blk.h#define DEVICE_NR(device)  (MINOR(device) >> PARTN_BITS)
DEVICE_NR100drivers/block/blk.h#define DEVICE_NR(device) ((device) & 7)
DEVICE_NR111drivers/block/blk.h#define DEVICE_NR(device) ( ((device) & 3) | (((device) & 0x80 ) >> 5 ))
DEVICE_NR123drivers/block/blk.h#define DEVICE_NR(device) (MINOR(device)>>6)
DEVICE_NR133drivers/block/blk.h#define DEVICE_NR(device) (MINOR(device) >> 4)
DEVICE_NR141drivers/block/blk.h#define DEVICE_NR(device) (MINOR(device) & 0x7f)
DEVICE_NR150drivers/block/blk.h#define DEVICE_NR(device) (MINOR(device))
DEVICE_NR158drivers/block/blk.h#define DEVICE_NR(device) (MINOR(device) >> 6)
DEVICE_NR166drivers/block/blk.h#define DEVICE_NR(device) (MINOR(device))
DEVICE_NR175drivers/block/blk.h#define DEVICE_NR(device) (MINOR(device))
DEVICE_NR183drivers/block/blk.h#define DEVICE_NR(device) (MINOR(device))
DEVICE_NR192drivers/block/blk.h#define DEVICE_NR(device) (MINOR(device))
DEVICE_NR200drivers/block/blk.h#define DEVICE_NR(device) (MINOR(device))
DEVICE_NR208drivers/block/blk.h#define DEVICE_NR(device) (MINOR(device))
DEVICE_NR216drivers/block/blk.h#define DEVICE_NR(device) (MINOR(device))
DEVICE_NR224drivers/block/blk.h#define DEVICE_NR(device) (MINOR(device))