Searched refs:__bio_add_page (Results 1 – 1 of 1) sorted by relevance
/block/ |
D | bio.c | 703 static int __bio_add_page(struct request_queue *q, struct bio *bio, struct page in __bio_add_page() function 843 return __bio_add_page(q, bio, page, len, offset, in bio_add_pc_page() 870 return __bio_add_page(q, bio, page, len, offset, max_sectors); in bio_add_page()
|