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

/linux-master/fs/btrfs/
H A Dscrub.c190 struct btrfs_path csum_path; member in struct:scrub_ctx
359 sctx->csum_path.search_commit_root = 1;
360 sctx->csum_path.skip_locking = 1;
1526 struct btrfs_path *csum_path,
1618 ret = btrfs_lookup_csums_bitmap(csum_root, csum_path,
1902 &sctx->csum_path, dev, physical,
1934 struct btrfs_path csum_path = { 0 }; local
1952 csum_path.search_commit_root = 1;
1953 csum_path.skip_locking = 1;
1969 ret = scrub_find_fill_first_stripe(bg, &extent_path, &csum_path,
1524 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) argument
[all...]

Completed in 115 milliseconds