Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/block/null_blk/
Dnull_blk.h70 struct nullb_device { struct
71 struct nullb *nullb;
72 struct config_item item;
73 struct radix_tree_root data; /* data stored in the disk */
74 struct radix_tree_root cache; /* disk cache data */
75 unsigned long flags; /* device flags */
76 unsigned int curr_cache;
77 struct badblocks badblocks;
79 unsigned int nr_zones;
80 unsigned int nr_zones_imp_open;
[all …]