|
#define dev_to_disk(device) container_of((device), struct gendisk, part0.__dev)
|
|
#define dev_to_disk(device) container_of((device), struct gendisk, part0.__dev)
|
|
#define dev_to_part(device) container_of((device), struct hd_struct, __dev)
|
|
#define dev_to_part(device) container_of((device), struct hd_struct, __dev)
|