Searched defs:nullb_device (Results 1 – 1 of 1) sorted by relevance
70 struct nullb_device { struct71 struct nullb *nullb;72 struct config_item item;73 struct radix_tree_root data; /* data stored in the disk */74 struct radix_tree_root cache; /* disk cache data */75 unsigned long flags; /* device flags */76 unsigned int curr_cache;77 struct badblocks badblocks;79 unsigned int nr_zones;80 unsigned int nr_zones_imp_open;[all …]