Searched defs:nullb_device (Results 1 – 2 of 2) sorted by relevance
70 struct nullb_device { struct71 struct nullb *nullb;72 struct config_group group;74 struct fault_config timeout_config;75 struct fault_config requeue_config;76 struct fault_config init_hctx_fault_config;78 struct radix_tree_root data; /* data stored in the disk */79 struct radix_tree_root cache; /* disk cache data */80 unsigned long flags; /* device flags */81 unsigned int curr_cache;[all …]
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 …]