Home
last modified time | relevance | path

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

/Linux-v5.4/block/
Dbio.c709 if (bio_full(bio, len)) in __bio_add_pc_page()
754 if (bio->bi_vcnt > 0 && !bio_full(bio, len)) { in __bio_try_merge_page()
783 WARN_ON_ONCE(bio_full(bio, len)); in __bio_add_page()
813 if (bio_full(bio, len)) in bio_add_page()
898 if (WARN_ON_ONCE(bio_full(bio, len))) in __bio_iov_iter_get_pages()
942 } while (!ret && iov_iter_count(iter) && !bio_full(bio, 0)); in bio_iov_iter_get_pages()
/Linux-v5.4/include/linux/
Dbio.h113 static inline bool bio_full(struct bio *bio, unsigned len) in bio_full() function
/Linux-v5.4/fs/xfs/
Dxfs_aops.c793 if (bio_full(wpc->ioend->io_bio, len)) in xfs_add_to_ioend()
/Linux-v5.4/fs/iomap/
Dbuffered-io.c259 if (!ctx->bio || !is_contig || bio_full(ctx->bio, plen)) { in iomap_readpage_actor()