Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/block/
Dnull_blk.h38 struct nullb_device { struct
39 struct nullb *nullb;
40 struct config_item item;
41 struct radix_tree_root data; /* data stored in the disk */
42 struct radix_tree_root cache; /* disk cache data */
43 unsigned long flags; /* device flags */
44 unsigned int curr_cache;
45 struct badblocks badblocks;
47 unsigned int nr_zones;
48 struct blk_zone *zones;
[all …]