taglinefilesource code
DEVICE_NR112drivers/block/blk.h#define DEVICE_NR(device) ((device) & 7)
DEVICE_NR124drivers/block/blk.h#define DEVICE_NR(device) ((device) & 3)
DEVICE_NR136drivers/block/blk.h#define DEVICE_NR(device) (MINOR(device)>>6)
DEVICE_NR146drivers/block/blk.h#define DEVICE_NR(device) (MINOR(device) >> 4)
DEVICE_NR154drivers/block/blk.h#define DEVICE_NR(device) (MINOR(device))
DEVICE_NR163drivers/block/blk.h#define DEVICE_NR(device) (MINOR(device))
DEVICE_NR171drivers/block/blk.h#define DEVICE_NR(device) (MINOR(device) >> 6)
DEVICE_NR179drivers/block/blk.h#define DEVICE_NR(device) (MINOR(device))
DEVICE_NR188drivers/block/blk.h#define DEVICE_NR(device) (MINOR(device))