Searched refs:su_per_object (Results 1 – 1 of 1) sorted by relevance
1395 u32 su_per_object; in ceph_calc_file_object_mapping() local1402 su_per_object = osize / su; in ceph_calc_file_object_mapping()1403 if (su_per_object == 0) in ceph_calc_file_object_mapping()1406 su_per_object); in ceph_calc_file_object_mapping()1419 objsetno = stripeno / su_per_object; in ceph_calc_file_object_mapping()1427 *oxoff = su_offset + (stripeno % su_per_object) * su; in ceph_calc_file_object_mapping()