Searched defs:nullb_device (Results 1 – 1 of 1) sorted by relevance
38 struct nullb_device { struct39 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;[all …]