Home
last modified time | relevance | path

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

/linux-6.15/fs/btrfs/
H A Dscrub.c190 struct btrfs_path csum_path; member
359 sctx->csum_path.search_commit_root = 1; in scrub_setup_ctx()
360 sctx->csum_path.skip_locking = 1; in scrub_setup_ctx()
1526 struct btrfs_path *csum_path, in scrub_find_fill_first_stripe() argument
1622 ret = btrfs_lookup_csums_bitmap(csum_root, csum_path, in scrub_find_fill_first_stripe()
1926 &sctx->csum_path, dev, physical, in queue_scrub_stripe()
1958 struct btrfs_path csum_path = { 0 }; in scrub_raid56_parity_stripe() local
1976 csum_path.search_commit_root = 1; in scrub_raid56_parity_stripe()
1977 csum_path.skip_locking = 1; in scrub_raid56_parity_stripe()
2104 btrfs_release_path(&csum_path); in scrub_raid56_parity_stripe()
[all …]