Home
last modified time | relevance | path

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

/linux/drivers/block/null_blk/
H A Dnull_blk.h53 struct nullb_device { struct
54 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 …]