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

/linux-4.1.27/fs/btrfs/
H A Dscrub.c138 u64 logic_end; member in struct:scrub_parity
2693 length = sparity->logic_end - sparity->logic_start + 1; scrub_parity_check_and_repair()
2759 u64 logic_end) scrub_raid56_parity()
2797 sparity->logic_end = logic_end; scrub_raid56_parity()
2804 while (logic_start < logic_end) { scrub_raid56_parity()
2859 if (key.objectid > logic_end) { scrub_raid56_parity()
2922 if (logic_start >= logic_end) { scrub_raid56_parity()
2946 logic_end - logic_start + 1); scrub_raid56_parity()
2977 u64 logic_end; scrub_stripe() local
3052 map, &logic_end, NULL); scrub_stripe()
3053 logic_end += base; scrub_stripe()
3055 logic_end = logical + increment * nstripes; scrub_stripe()
3065 key_end.objectid = logic_end; scrub_stripe()
3075 key_end.offset = logic_end; scrub_stripe()
3193 if (key.objectid >= logic_end) scrub_stripe()
2754 scrub_raid56_parity(struct scrub_ctx *sctx, struct map_lookup *map, struct btrfs_device *sdev, struct btrfs_path *path, u64 logic_start, u64 logic_end) scrub_raid56_parity() argument

Completed in 58 milliseconds