Searched defs:nullb_device (Results 1 – 1 of 1) sorted by relevance
36 struct nullb_device { struct37 struct nullb *nullb;38 struct config_item item;39 struct radix_tree_root data; /* data stored in the disk */40 struct radix_tree_root cache; /* disk cache data */41 unsigned long flags; /* device flags */42 unsigned int curr_cache;43 struct badblocks badblocks;45 unsigned int nr_zones;46 unsigned int nr_zones_imp_open;[all …]