Searched refs:extent_path (Results 1 – 1 of 1) sorted by relevance
| /linux/fs/btrfs/ |
| H A D | scrub.c | 197 struct btrfs_path extent_path; member 464 sctx->extent_path.search_commit_root = true; in scrub_setup_ctx() 465 sctx->extent_path.skip_locking = true; in scrub_setup_ctx() 1648 struct btrfs_path *extent_path, in scrub_find_fill_first_stripe() argument 1680 ret = find_first_extent_item(extent_root, extent_path, logical_start, in scrub_find_fill_first_stripe() 1685 get_extent_info(extent_path, &extent_start, &extent_len, &extent_flags, in scrub_find_fill_first_stripe() 1714 ret = find_first_extent_item(extent_root, extent_path, cur_logical, in scrub_find_fill_first_stripe() 1722 get_extent_info(extent_path, &extent_start, &extent_len, in scrub_find_fill_first_stripe() 2041 ret = scrub_find_fill_first_stripe(bg, &sctx->extent_path, in queue_scrub_stripe() 2159 BTRFS_PATH_AUTO_RELEASE(extent_path); in scrub_raid56_parity_stripe() [all …]
|