taglinefilesource code
DEVICE_NR115drivers/block/blk.h#define DEVICE_NR(device) ((device) & 7)
DEVICE_NR127drivers/block/blk.h#define DEVICE_NR(device) ((device) & 3)
DEVICE_NR139drivers/block/blk.h#define DEVICE_NR(device) (MINOR(device)>>6)
DEVICE_NR149drivers/block/blk.h#define DEVICE_NR(device) (MINOR(device) >> 4)
DEVICE_NR157drivers/block/blk.h#define DEVICE_NR(device) (MINOR(device))
DEVICE_NR166drivers/block/blk.h#define DEVICE_NR(device) (MINOR(device))
DEVICE_NR174drivers/block/blk.h#define DEVICE_NR(device) (MINOR(device) >> 6)
DEVICE_NR182drivers/block/blk.h#define DEVICE_NR(device) (MINOR(device))
DEVICE_NR191drivers/block/blk.h#define DEVICE_NR(device) (MINOR(device))
DEVICE_NR199drivers/block/blk.h#define DEVICE_NR(device) (MINOR(device))