Home
last modified time | relevance | path

Searched refs:bio_ctrl (Results 1 – 3 of 3) sorted by relevance

/linux/fs/btrfs/
A Dextent_io.c3390 ASSERT(bio_ctrl); in submit_extent_page()
3395 ret = submit_one_bio(bio_ctrl->bio, mirror_num, bio_ctrl->bio_flags); in submit_extent_page()
4821 .bio_ctrl = { 0 }, in btree_write_cache_pages()
5103 .bio_ctrl = { 0 }, in extent_write_full_page()
5136 .bio_ctrl = { 0 }, in extent_write_locked_range()
5196 .bio_ctrl = { 0 }, in extent_writepages()
5238 if (bio_ctrl.bio) { in extent_readahead()
5239 if (submit_one_bio(bio_ctrl.bio, 0, bio_ctrl.bio_flags)) in extent_readahead()
6582 if (bio_ctrl.bio) { in read_extent_buffer_subpage()
6700 if (bio_ctrl.bio) { in read_extent_buffer_pages()
[all …]
A Dextent_io.h184 struct btrfs_bio_ctrl *bio_ctrl,
A Dinode.c8424 struct btrfs_bio_ctrl bio_ctrl = { 0 }; in btrfs_readpage() local
8429 ret = btrfs_do_readpage(page, NULL, &bio_ctrl, 0, NULL); in btrfs_readpage()
8430 if (bio_ctrl.bio) in btrfs_readpage()
8431 ret = submit_one_bio(bio_ctrl.bio, 0, bio_ctrl.bio_flags); in btrfs_readpage()

Completed in 31 milliseconds