taglinefilesource code
DEVICE_NR99drivers/block/blk.h#define DEVICE_NR(device)  (MINOR(device) >> PARTN_BITS)
DEVICE_NR108drivers/block/blk.h#define DEVICE_NR(device) ((device) & 7)
DEVICE_NR119drivers/block/blk.h#define DEVICE_NR(device) ( ((device) & 3) | (((device) & 0x80 ) >> 5 ))
DEVICE_NR131drivers/block/blk.h#define DEVICE_NR(device) (MINOR(device)>>6)
DEVICE_NR141drivers/block/blk.h#define DEVICE_NR(device) (MINOR(device) >> 4)
DEVICE_NR149drivers/block/blk.h#define DEVICE_NR(device) (MINOR(device) & 0x7f)
DEVICE_NR158drivers/block/blk.h#define DEVICE_NR(device) (MINOR(device))
DEVICE_NR166drivers/block/blk.h#define DEVICE_NR(device) (MINOR(device) >> 6)
DEVICE_NR174drivers/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))
DEVICE_NR232drivers/block/blk.h#define DEVICE_NR(device) (MINOR(device))
DEVICE_NR241drivers/block/blk.h#define DEVICE_NR(device) (MINOR(device))
DEVICE_NR249drivers/block/blk.h#define DEVICE_NR(device) (MINOR(device))
DEVICE_NR256drivers/block/blk.h#define DEVICE_NR(device) (MINOR(device))
DEVICE_NR264drivers/block/blk.h#define DEVICE_NR(device) (MINOR(device))
DEVICE_NR272drivers/block/blk.h#define DEVICE_NR(device) (MINOR(device))