Searched refs:stripeno (Results 1 – 1 of 1) sorted by relevance
19 * stripeno | 0 1 2 3 | 0 1 2 3 | 0 1 2 3 | 4 5 6 7 | 4 5 631 u64 stripeno; /* which stripe */ in ceph_calc_file_object_mapping() local 38 stripeno = div_u64_rem(blockno, l->stripe_count, &stripepos); in ceph_calc_file_object_mapping() 39 objsetno = div_u64_rem(stripeno, stripes_per_object, &objsetpos); in ceph_calc_file_object_mapping() 219 u64 stripeno; /* which stripe */ in ceph_extent_to_file() local 243 stripeno = div_u64(objoff, l->stripe_unit) + in ceph_extent_to_file() 245 blockno = stripeno * l->stripe_count + stripepos; in ceph_extent_to_file()