Searched refs:btrfs_bio_alloc (Results 1 - 5 of 5) sorted by relevance

/linux-master/fs/btrfs/
H A Dbio.h31 * Highlevel btrfs I/O structure. It is allocated by btrfs_bio_alloc and
70 /* End I/O information supplied to btrfs_bio_alloc */
99 struct btrfs_bio *btrfs_bio_alloc(unsigned int nr_vecs, blk_opf_t opf,
H A Dscrub.c848 bbio = btrfs_bio_alloc(stripe->nr_sectors, REQ_OP_READ,
1215 bbio = btrfs_bio_alloc(stripe->nr_sectors, REQ_OP_WRITE,
1691 bbio = btrfs_bio_alloc(stripe->nr_sectors, REQ_OP_READ,
1742 bbio = btrfs_bio_alloc(SCRUB_STRIPE_PAGES, REQ_OP_READ, fs_info,
H A Dbio.c61 struct btrfs_bio *btrfs_bio_alloc(unsigned int nr_vecs, blk_opf_t opf, function
H A Dextent_io.c764 bbio = btrfs_bio_alloc(BIO_MAX_VECS, bio_ctrl->opf, fs_info,
1698 bbio = btrfs_bio_alloc(INLINE_EXTENT_BUFFER_PAGES,
4345 bbio = btrfs_bio_alloc(INLINE_EXTENT_BUFFER_PAGES,
H A Dinode.c10064 bbio = btrfs_bio_alloc(BIO_MAX_VECS, REQ_OP_READ, fs_info,
10076 bbio = btrfs_bio_alloc(BIO_MAX_VECS, REQ_OP_READ, fs_info,

Completed in 324 milliseconds