Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/block/
Dnull_blk.h39 struct nullb *nullb; member
72 struct nullb { struct
73 struct nullb_device *dev; argument
86 struct nullb_queue *queues; argument
92 int null_zone_init(struct nullb_device *dev); argument
Dnull_blk_main.c500 static inline int null_cache_active(struct nullb *nullb) in null_cache_active()
688 static void null_free_sector(struct nullb *nullb, sector_t sector, in null_free_sector()
714 static struct nullb_page *null_radix_tree_insert(struct nullb *nullb, u64 idx, in null_radix_tree_insert()
760 static struct nullb_page *__null_lookup_page(struct nullb *nullb, in __null_lookup_page()
781 static struct nullb_page *null_lookup_page(struct nullb *nullb, in null_lookup_page()
793 static struct nullb_page *null_insert_page(struct nullb *nullb, in null_insert_page()
828 static int null_flush_cache_page(struct nullb *nullb, struct nullb_page *c_page) in null_flush_cache_page()
877 static int null_make_cache_space(struct nullb *nullb, unsigned long n) in null_make_cache_space()
930 static int copy_to_nullb(struct nullb *nullb, struct page *source, in copy_to_nullb()
967 static int copy_from_nullb(struct nullb *nullb, struct page *dest, in copy_from_nullb()
[all …]
Dnull_blk_zoned.c72 struct nullb *nullb = disk->private_data; in null_zone_report() local