Home
last modified time | relevance | path

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

/Linux-v4.19/block/
Dbio.c762 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/
Dbio.h476 bool __bio_try_merge_page(struct bio *bio, struct page *page,
/Linux-v4.19/fs/xfs/
Dxfs_aops.c618 if (!__bio_try_merge_page(wpc->ioend->io_bio, page, len, poff)) { in xfs_add_to_ioend()
/Linux-v4.19/fs/
Diomap.c316 if (__bio_try_merge_page(ctx->bio, page, plen, poff)) in iomap_readpage_actor()