Searched defs:nullb_device (Results 1 – 1 of 1) sorted by relevance
53 struct nullb_device { struct54 struct nullb *nullb;55 struct config_group group;57 struct fault_config timeout_config;58 struct fault_config requeue_config;59 struct fault_config init_hctx_fault_config;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;[all …]