Home
last modified time | relevance | path

Searched defs:nullb_device (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-6.6/drivers/block/null_blk/
Dnull_blk.h70 struct nullb_device { struct
71 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 …]
/kernel/linux/linux-5.10/drivers/block/null_blk/
Dnull_blk.h36 struct nullb_device { struct
37 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 …]