Home
last modified time | relevance | path

Searched refs:brd_device (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/block/
H A Dbrd.c34 struct brd_device { struct
49 static struct page *brd_lookup_page(struct brd_device *brd, sector_t sector) in brd_lookup_page() argument
85 static struct page *brd_insert_page(struct brd_device *brd, sector_t sector, in brd_insert_page()
121 static void brd_free_pages(struct brd_device *brd) in brd_free_pages()
138 static bool brd_rw_bvec(struct brd_device *brd, struct bio *bio) in brd_rw_bvec()
180 static void brd_do_discard(struct brd_device *brd, sector_t sector, u32 size) in brd_do_discard()
204 struct brd_device *brd = bio->bi_bdev->bd_disk->private_data; in brd_submit_bio()
263 static struct brd_device *brd_find_or_alloc_device(int i) in brd_find_or_alloc_device()
265 struct brd_device *brd; in brd_find_or_alloc_device()
286 static void brd_free_device(struct brd_device *brd) in brd_free_device()
[all …]