Searched defs:nullb (Results 1 – 1 of 1) sorted by relevance
| /linux/drivers/block/null_blk/ |
| H A D | main.c | 772 static inline int null_cache_active(struct nullb *nullb) in null_cache_active() 900 static void null_free_sector(struct nullb *nullb, sector_t sector, in null_free_sector() 926 static struct nullb_page *null_radix_tree_insert(struct nullb *nullb, u64 idx, in null_radix_tree_insert() 972 static struct nullb_page *__null_lookup_page(struct nullb *nullb, in __null_lookup_page() 993 static struct nullb_page *null_lookup_page(struct nullb *nullb, in null_lookup_page() 1005 static struct nullb_page *null_insert_page(struct nullb *nullb, in null_insert_page() 1040 static int null_flush_cache_page(struct nullb *nullb, struct nullb_page *c_page) in null_flush_cache_page() 1089 static int null_make_cache_space(struct nullb *nullb, unsigned long n) in null_make_cache_space() 1142 static blk_status_t copy_to_nullb(struct nullb *nullb, void *source, in copy_to_nullb() 1176 static void copy_from_nullb(struct nullb *nullb, void *dest, loff_t pos, in copy_from_nullb() [all …]
|