Searched defs:nullb_device (Results 1 – 1 of 1) sorted by relevance
58 struct nullb_device { struct59 struct nullb *nullb;60 struct config_item item;61 struct radix_tree_root data; /* data stored in the disk */62 struct radix_tree_root cache; /* disk cache data */63 unsigned long flags; /* device flags */64 unsigned int curr_cache;65 struct badblocks badblocks;67 unsigned int nr_zones;68 unsigned int nr_zones_imp_open;[all …]