Searched refs:btrfs_bio_fits_in_stripe (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/fs/btrfs/ |
H A D | compression.c | 428 submit = btrfs_bio_fits_in_stripe(page, PAGE_SIZE, bio, in btrfs_submit_compressed_write() 710 submit = btrfs_bio_fits_in_stripe(page, PAGE_SIZE, in btrfs_submit_compressed_read()
|
H A D | ctree.h | 3027 int btrfs_bio_fits_in_stripe(struct page *page, size_t size, struct bio *bio,
|
H A D | extent_io.c | 3055 if (btrfs_bio_fits_in_stripe(page, page_size, bio, bio_flags)) in submit_extent_page()
|
H A D | inode.c | 2105 * btrfs_bio_fits_in_stripe - Checks whether the size of the given bio will fit 2118 int btrfs_bio_fits_in_stripe(struct page *page, size_t size, struct bio *bio, in btrfs_bio_fits_in_stripe() function
|
Completed in 33 milliseconds