taglinefilesource code
DEVICE_NR114drivers/block/blk.h#define DEVICE_NR(device) ((device) & 7)
DEVICE_NR126drivers/block/blk.h#define DEVICE_NR(device) ( ((device) & 3) | (((device) & 0x80 ) >> 5 ))
DEVICE_NR138drivers/block/blk.h#define DEVICE_NR(device) (MINOR(device)>>6)
DEVICE_NR148drivers/block/blk.h#define DEVICE_NR(device) (MINOR(device) >> 4)
DEVICE_NR156drivers/block/blk.h#define DEVICE_NR(device) (MINOR(device))
DEVICE_NR165drivers/block/blk.h#define DEVICE_NR(device) (MINOR(device))
DEVICE_NR173drivers/block/blk.h#define DEVICE_NR(device) (MINOR(device) >> 6)
DEVICE_NR181drivers/block/blk.h#define DEVICE_NR(device) (MINOR(device))
DEVICE_NR190drivers/block/blk.h#define DEVICE_NR(device) (MINOR(device))
DEVICE_NR198drivers/block/blk.h#define DEVICE_NR(device) (MINOR(device))
DEVICE_NR206drivers/block/blk.h#define DEVICE_NR(device) (MINOR(device))
DEVICE_NR214drivers/block/blk.h#define DEVICE_NR(device) (MINOR(device))
DEVICE_NR222drivers/block/blk.h#define DEVICE_NR(device) (MINOR(device))