Searched refs:stripepos (Results 1 – 1 of 1) sorted by relevance
32 u32 stripepos; /* which su in the stripe, in ceph_calc_file_object_mapping() local38 stripeno = div_u64_rem(blockno, l->stripe_count, &stripepos); in ceph_calc_file_object_mapping()41 *objno = objsetno * l->stripe_count + stripepos; in ceph_calc_file_object_mapping()220 u32 stripepos; /* which su in the stripe, in ceph_extent_to_file() local242 objsetno = div_u64_rem(objno, l->stripe_count, &stripepos); in ceph_extent_to_file()245 blockno = stripeno * l->stripe_count + stripepos; in ceph_extent_to_file()