taglinefilesource code
DEVICE_NR86drivers/block/blk.h#define DEVICE_NR(device)  (MINOR(device) >> PARTN_BITS)
DEVICE_NR95drivers/block/blk.h#define DEVICE_NR(device) ((device) & 7)
DEVICE_NR106drivers/block/blk.h#define DEVICE_NR(device) ( ((device) & 3) | (((device) & 0x80 ) >> 5 ))
DEVICE_NR118drivers/block/blk.h#define DEVICE_NR(device) (MINOR(device)>>6)
DEVICE_NR128drivers/block/blk.h#define DEVICE_NR(device) (MINOR(device) >> 4)
DEVICE_NR136drivers/block/blk.h#define DEVICE_NR(device) (MINOR(device) & 0x7f)
DEVICE_NR145drivers/block/blk.h#define DEVICE_NR(device) (MINOR(device))
DEVICE_NR153drivers/block/blk.h#define DEVICE_NR(device) (MINOR(device) >> 6)
DEVICE_NR161drivers/block/blk.h#define DEVICE_NR(device) (MINOR(device))
DEVICE_NR170drivers/block/blk.h#define DEVICE_NR(device) (MINOR(device))
DEVICE_NR178drivers/block/blk.h#define DEVICE_NR(device) (MINOR(device))
DEVICE_NR187drivers/block/blk.h#define DEVICE_NR(device) (MINOR(device))
DEVICE_NR195drivers/block/blk.h#define DEVICE_NR(device) (MINOR(device))
DEVICE_NR203drivers/block/blk.h#define DEVICE_NR(device) (MINOR(device))
DEVICE_NR211drivers/block/blk.h#define DEVICE_NR(device) (MINOR(device))
DEVICE_NR219drivers/block/blk.h#define DEVICE_NR(device) (MINOR(device))