taglinefilesource code
DEVICE_NR72drivers/block/blk.h#define DEVICE_NR(device) ((device) & 7)
DEVICE_NR83drivers/block/blk.h#define DEVICE_NR(device) ( ((device) & 3) | (((device) & 0x80 ) >> 5 ))
DEVICE_NR95drivers/block/blk.h#define DEVICE_NR(device) (MINOR(device)>>6)
DEVICE_NR105drivers/block/blk.h#define DEVICE_NR(device) (MINOR(device) >> 4)
DEVICE_NR113drivers/block/blk.h#define DEVICE_NR(device) (MINOR(device))
DEVICE_NR122drivers/block/blk.h#define DEVICE_NR(device) (MINOR(device))
DEVICE_NR130drivers/block/blk.h#define DEVICE_NR(device) (MINOR(device) >> 6)
DEVICE_NR138drivers/block/blk.h#define DEVICE_NR(device) (MINOR(device))
DEVICE_NR147drivers/block/blk.h#define DEVICE_NR(device) (MINOR(device))
DEVICE_NR155drivers/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))
DEVICE_NR179drivers/block/blk.h#define DEVICE_NR(device) (MINOR(device))