Lines Matching defs:csum_path
190 struct btrfs_path csum_path;
360 sctx->csum_path.search_commit_root = 1;
361 sctx->csum_path.skip_locking = 1;
1523 struct btrfs_path *csum_path,
1615 ret = btrfs_lookup_csums_bitmap(csum_root, csum_path,
1822 &sctx->csum_path, dev, physical,
1854 struct btrfs_path csum_path = { 0 };
1872 csum_path.search_commit_root = 1;
1873 csum_path.skip_locking = 1;
1889 ret = scrub_find_fill_first_stripe(bg, &extent_path, &csum_path,
2000 btrfs_release_path(&csum_path);
2291 btrfs_release_path(&sctx->csum_path);