taglinefilesource code
DEVICE_NR88drivers/block/blk.h#define DEVICE_NR(device)  (MINOR(device) >> PARTN_BITS)
DEVICE_NR97drivers/block/blk.h#define DEVICE_NR(device) ((device) & 7)
DEVICE_NR108drivers/block/blk.h#define DEVICE_NR(device) ( ((device) & 3) | (((device) & 0x80 ) >> 5 ))
DEVICE_NR120drivers/block/blk.h#define DEVICE_NR(device) (MINOR(device)>>6)
DEVICE_NR130drivers/block/blk.h#define DEVICE_NR(device) (MINOR(device) >> 4)
DEVICE_NR138drivers/block/blk.h#define DEVICE_NR(device) (MINOR(device) & 0x7f)
DEVICE_NR147drivers/block/blk.h#define DEVICE_NR(device) (MINOR(device))
DEVICE_NR155drivers/block/blk.h#define DEVICE_NR(device) (MINOR(device) >> 6)
DEVICE_NR163drivers/block/blk.h#define DEVICE_NR(device) (MINOR(device))
DEVICE_NR172drivers/block/blk.h#define DEVICE_NR(device) (MINOR(device))
DEVICE_NR180drivers/block/blk.h#define DEVICE_NR(device) (MINOR(device))
DEVICE_NR188drivers/block/blk.h#define DEVICE_NR(device) (MINOR(device))
DEVICE_NR196drivers/block/blk.h#define DEVICE_NR(device) (MINOR(device))
DEVICE_NR204drivers/block/blk.h#define DEVICE_NR(device) (MINOR(device))
DEVICE_NR212drivers/block/blk.h#define DEVICE_NR(device) (MINOR(device))