Searched refs:btrfs_bio_alloc (Results 1 – 5 of 5) sorted by relevance
/linux-6.1.9/fs/btrfs/ |
D | volumes.h | 430 struct bio *btrfs_bio_alloc(unsigned int nr_vecs, blk_opf_t opf,
|
D | compression.c | 344 bio = btrfs_bio_alloc(BIO_MAX_VECS, opf, endio_func, cb); in alloc_compressed_bio()
|
D | extent_io.c | 842 repair_bio = btrfs_bio_alloc(1, REQ_OP_READ, failed_bbio->end_io, in btrfs_repair_one_sector() 1498 bio = btrfs_bio_alloc(BIO_MAX_VECS, opf, bio_ctrl->end_io_func, NULL); in alloc_new_bio()
|
D | volumes.c | 6688 struct bio *btrfs_bio_alloc(unsigned int nr_vecs, blk_opf_t opf, in btrfs_bio_alloc() function
|
D | inode.c | 10345 bio = btrfs_bio_alloc(BIO_MAX_VECS, REQ_OP_READ, in btrfs_encoded_read_regular_fill_pages()
|