Lines Matching defs:nullb_device
38 struct nullb_device { struct
39 struct nullb *nullb;
40 struct config_item item;
41 struct radix_tree_root data; /* data stored in the disk */
42 struct radix_tree_root cache; /* disk cache data */
43 unsigned long flags; /* device flags */
44 unsigned int curr_cache;
45 struct badblocks badblocks;
47 unsigned int nr_zones;
48 struct blk_zone *zones;
49 sector_t zone_size_sects;
73 struct nullb_device *dev; argument