Home
last modified time | relevance | path

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

/linux-4.4.14/net/ceph/
Dosdmap.c1395 u32 su_per_object; in ceph_calc_file_object_mapping() local
1402 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()