Searched defs:nullb_device (Results 1 – 1 of 1) 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 …]