Lines Matching refs:strip
68 u64 strip, struct MR_DRV_RAID_MAP_ALL *map);
487 u32 ld, u64 strip, struct MR_DRV_RAID_MAP_ALL *map) in get_row_from_strip() argument
501 if (strip > span_set->data_strip_end) in get_row_from_strip()
504 span_set_Strip = strip - span_set->data_strip_start; in get_row_from_strip()
552 u64 strip; in get_strip_from_row() local
571 strip = mega_div64_32 in get_strip_from_row()
575 strip *= span_set->span_row_data_width; in get_strip_from_row()
576 strip += span_set->data_strip_start; in get_strip_from_row()
577 strip += span_set->strip_offset[span]; in get_strip_from_row()
578 return strip; in get_strip_from_row()
605 u32 ld, u64 strip, struct MR_DRV_RAID_MAP_ALL *map) in get_arm_from_strip() argument
618 if (strip > span_set->data_strip_end) in get_arm_from_strip()
622 ((strip - span_set->data_strip_start), in get_arm_from_strip()
642 ld, (long unsigned int)strip); in get_arm_from_strip()