taglinefilesource code
DEVICE_NR79drivers/block/blk.h#define DEVICE_NR(device) ((device) & 7)
DEVICE_NR90drivers/block/blk.h#define DEVICE_NR(device) ( ((device) & 3) | (((device) & 0x80 ) >> 5 ))
DEVICE_NR102drivers/block/blk.h#define DEVICE_NR(device) (MINOR(device)>>6)
DEVICE_NR112drivers/block/blk.h#define DEVICE_NR(device) (MINOR(device) >> 4)
DEVICE_NR120drivers/block/blk.h#define DEVICE_NR(device) (MINOR(device) & 0x7f)
DEVICE_NR129drivers/block/blk.h#define DEVICE_NR(device) (MINOR(device))
DEVICE_NR137drivers/block/blk.h#define DEVICE_NR(device) (MINOR(device) >> 6)
DEVICE_NR145drivers/block/blk.h#define DEVICE_NR(device) (MINOR(device))
DEVICE_NR154drivers/block/blk.h#define DEVICE_NR(device) (MINOR(device))
DEVICE_NR162drivers/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_NR186drivers/block/blk.h#define DEVICE_NR(device) (MINOR(device))