Searched refs:btrfs_bio_alloc (Results 1 – 5 of 5) sorted by relevance
| /linux/fs/btrfs/ |
| A D | bio.h | 102 struct btrfs_bio *btrfs_bio_alloc(unsigned int nr_vecs, blk_opf_t opf,
|
| A D | scrub.c | 848 bbio = btrfs_bio_alloc(stripe->nr_sectors, REQ_OP_READ, in scrub_stripe_submit_repair_read() 1215 bbio = btrfs_bio_alloc(stripe->nr_sectors, REQ_OP_WRITE, in scrub_write_sectors() 1712 bbio = btrfs_bio_alloc(stripe->nr_sectors, REQ_OP_READ, in scrub_submit_extent_sector_read() 1750 bbio = btrfs_bio_alloc(SCRUB_STRIPE_PAGES, REQ_OP_READ, fs_info, in scrub_submit_initial_read()
|
| A D | bio.c | 62 struct btrfs_bio *btrfs_bio_alloc(unsigned int nr_vecs, blk_opf_t opf, in btrfs_bio_alloc() function
|
| A D | extent_io.c | 710 bbio = btrfs_bio_alloc(BIO_MAX_VECS, bio_ctrl->opf, fs_info, in alloc_new_bio() 1689 bbio = btrfs_bio_alloc(INLINE_EXTENT_BUFFER_PAGES, in write_one_eb() 3480 bbio = btrfs_bio_alloc(INLINE_EXTENT_BUFFER_PAGES, in read_extent_buffer_pages()
|
| A D | inode.c | 9147 bbio = btrfs_bio_alloc(BIO_MAX_VECS, REQ_OP_READ, fs_info, in btrfs_encoded_read_regular_fill_pages() 9159 bbio = btrfs_bio_alloc(BIO_MAX_VECS, REQ_OP_READ, fs_info, in btrfs_encoded_read_regular_fill_pages()
|
Completed in 384 milliseconds