Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/ublk/
H A Dstripe.c37 const unsigned unit_sects = conf->nr_files << shift; in calculate_nr_vec() local
41 return (end / unit_sects) - (start / unit_sects) + 1; in calculate_nr_vec()
77 const unsigned unit_sects = conf->nr_files << shift; in calculate_stripe_array() local
85 loff_t unit_off = (start / unit_sects) * unit_sects; in calculate_stripe_array()