Searched defs:nullb (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/drivers/block/ |
D | null_blk.h | 36 struct nullb *nullb; member 68 struct nullb { struct 69 struct nullb_device *dev; argument 82 struct nullb_queue *queues; argument 90 blk_status_t null_zone_report(struct nullb *nullb, struct bio *bio); argument 100 static inline blk_status_t null_zone_report(struct nullb *nullb, in null_zone_report()
|
D | null_blk_main.c | 492 static inline int null_cache_active(struct nullb *nullb) in null_cache_active() 657 struct nullb *nullb = rq->q->queuedata; in null_softirq_done_fn() local 701 static void null_free_sector(struct nullb *nullb, sector_t sector, in null_free_sector() 727 static struct nullb_page *null_radix_tree_insert(struct nullb *nullb, u64 idx, in null_radix_tree_insert() 773 static struct nullb_page *__null_lookup_page(struct nullb *nullb, in __null_lookup_page() 794 static struct nullb_page *null_lookup_page(struct nullb *nullb, in null_lookup_page() 806 static struct nullb_page *null_insert_page(struct nullb *nullb, in null_insert_page() 841 static int null_flush_cache_page(struct nullb *nullb, struct nullb_page *c_page) in null_flush_cache_page() 890 static int null_make_cache_space(struct nullb *nullb, unsigned long n) in null_make_cache_space() 943 static int copy_to_nullb(struct nullb *nullb, struct page *source, in copy_to_nullb() [all …]
|
D | null_blk_zoned.c | 87 blk_status_t null_zone_report(struct nullb *nullb, struct bio *bio) in null_zone_report()
|