Searched refs:__bio_try_merge_page (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/block/ |
D | bio.c | 762 bool __bio_try_merge_page(struct bio *bio, struct page *page, in __bio_try_merge_page() function 779 EXPORT_SYMBOL_GPL(__bio_try_merge_page); 821 if (!__bio_try_merge_page(bio, page, len, offset)) { in bio_add_page()
|
/Linux-v4.19/include/linux/ |
D | bio.h | 476 bool __bio_try_merge_page(struct bio *bio, struct page *page,
|
/Linux-v4.19/fs/xfs/ |
D | xfs_aops.c | 618 if (!__bio_try_merge_page(wpc->ioend->io_bio, page, len, poff)) { in xfs_add_to_ioend()
|
/Linux-v4.19/fs/ |
D | iomap.c | 316 if (__bio_try_merge_page(ctx->bio, page, plen, poff)) in iomap_readpage_actor()
|