Searched refs:objsetpos (Results 1 – 1 of 1) sorted by relevance
35 u32 objsetpos; /* which stripe in the object set */ in ceph_calc_file_object_mapping() local39 objsetno = div_u64_rem(stripeno, stripes_per_object, &objsetpos); in ceph_calc_file_object_mapping()42 *objoff = objsetpos * l->stripe_unit + blockoff; in ceph_calc_file_object_mapping()
Completed in 4 milliseconds