Lines Matching refs:logic_end
129 u64 logic_end; member
2837 length = sparity->logic_end - sparity->logic_start; in scrub_parity_check_and_repair()
2898 u64 logic_end) in scrub_raid56_parity() argument
2941 sparity->logic_end = logic_end; in scrub_raid56_parity()
2948 while (logic_start < logic_end) { in scrub_raid56_parity()
3003 if (key.objectid >= logic_end) { in scrub_raid56_parity()
3087 if (logic_start >= logic_end) { in scrub_raid56_parity()
3110 ASSERT(logic_end - logic_start <= U32_MAX); in scrub_raid56_parity()
3112 logic_end - logic_start); in scrub_raid56_parity()
3183 u64 logic_end; in scrub_stripe() local
3257 map, &logic_end, NULL); in scrub_stripe()
3258 logic_end += base; in scrub_stripe()
3260 logic_end = logical + increment * nstripes; in scrub_stripe()
3270 key_end.objectid = logic_end; in scrub_stripe()
3281 key_end.offset = logic_end; in scrub_stripe()
3412 if (key.objectid >= logic_end) in scrub_stripe()