Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/block/
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 …]
/kernel/linux/linux-4.19/drivers/block/
Dnull_blk.h35 struct nullb_device { struct
36 struct nullb *nullb;
37 struct config_item item;
38 struct radix_tree_root data; /* data stored in the disk */
39 struct radix_tree_root cache; /* disk cache data */
40 unsigned long flags; /* device flags */
41 unsigned int curr_cache;
42 struct badblocks badblocks;
44 unsigned int nr_zones;
45 struct blk_zone *zones;
[all …]