Home
last modified time | relevance | path

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

/linux-6.1.9/net/ceph/
Dstriper.c34 u64 objsetno; /* which object set */ in ceph_calc_file_object_mapping() local
39 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() local
242 objsetno = div_u64_rem(objno, l->stripe_count, &stripepos); in ceph_extent_to_file()
244 objsetno * stripes_per_object; in ceph_extent_to_file()