Searched refs:extent_path (Results 1 - 1 of 1) sorted by relevance
/kernel/linux/linux-6.6/fs/btrfs/ |
H A D | scrub.c | 189 struct btrfs_path extent_path; member 358 sctx->extent_path.search_commit_root = 1; in scrub_setup_ctx() 359 sctx->extent_path.skip_locking = 1; in scrub_setup_ctx() 1522 struct btrfs_path *extent_path, in scrub_find_fill_first_stripe() 1548 ret = find_first_extent_item(extent_root, extent_path, logical_start, in scrub_find_fill_first_stripe() 1553 get_extent_info(extent_path, &extent_start, &extent_len, &extent_flags, in scrub_find_fill_first_stripe() 1582 ret = find_first_extent_item(extent_root, extent_path, cur_logical, in scrub_find_fill_first_stripe() 1590 get_extent_info(extent_path, &extent_start, &extent_len, in scrub_find_fill_first_stripe() 1821 ret = scrub_find_fill_first_stripe(bg, &sctx->extent_path, in queue_scrub_stripe() 1853 struct btrfs_path extent_path in scrub_raid56_parity_stripe() local 1521 scrub_find_fill_first_stripe(struct btrfs_block_group *bg, struct btrfs_path *extent_path, struct btrfs_path *csum_path, struct btrfs_device *dev, u64 physical, int mirror_num, u64 logical_start, u32 logical_len, struct scrub_stripe *stripe) scrub_find_fill_first_stripe() argument [all...] |
Completed in 4 milliseconds