Searched refs:brd_device (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/drivers/block/ |
D | brd.c | 37 struct brd_device { struct 55 static struct page *brd_lookup_page(struct brd_device *brd, sector_t sector) in brd_lookup_page() argument 86 static struct page *brd_insert_page(struct brd_device *brd, sector_t sector) in brd_insert_page() 136 static void brd_free_pages(struct brd_device *brd) in brd_free_pages() 171 static int copy_to_brd_setup(struct brd_device *brd, sector_t sector, size_t n) in copy_to_brd_setup() 190 static void copy_to_brd(struct brd_device *brd, const void *src, in copy_to_brd() 222 static void copy_from_brd(void *dst, struct brd_device *brd, in copy_from_brd() 256 static int brd_do_bvec(struct brd_device *brd, struct page *page, in brd_do_bvec() 285 struct brd_device *brd = bio->bi_disk->private_data; in brd_make_request() 315 struct brd_device *brd = bdev->bd_disk->private_data; in brd_rw_page() [all …]
|