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