Searched refs:objsetno (Results 1 – 1 of 1) sorted by relevance
34 u64 objsetno; /* which object set */ in ceph_calc_file_object_mapping() local39 objsetno = div_u64_rem(stripeno, stripes_per_object, &objsetpos); in ceph_calc_file_object_mapping()41 *objno = objsetno * l->stripe_count + stripepos; in ceph_calc_file_object_mapping()222 u64 objsetno; /* which object set */ in ceph_extent_to_file() local242 objsetno = div_u64_rem(objno, l->stripe_count, &stripepos); in ceph_extent_to_file()244 objsetno * stripes_per_object; in ceph_extent_to_file()