Home
last modified time | relevance | path

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

/fs/btrfs/
Dscrub.c129 u64 logic_end; member
2836 length = sparity->logic_end - sparity->logic_start; in scrub_parity_check_and_repair()
2897 u64 logic_end) in scrub_raid56_parity() argument
2940 sparity->logic_end = logic_end; in scrub_raid56_parity()
2947 while (logic_start < logic_end) { in scrub_raid56_parity()
3002 if (key.objectid >= logic_end) { in scrub_raid56_parity()
3086 if (logic_start >= logic_end) { in scrub_raid56_parity()
3109 ASSERT(logic_end - logic_start <= U32_MAX); in scrub_raid56_parity()
3111 logic_end - logic_start); in scrub_raid56_parity()
3182 u64 logic_end; in scrub_stripe() local
[all …]