Searched refs:stripeno (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/net/ceph/ |
H A D | striper.c | 19 * stripeno | 0 1 2 3 | 0 1 2 3 | 0 1 2 3 | 4 5 6 7 | 4 5 6 31 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()
|
/kernel/linux/linux-6.6/net/ceph/ |
H A D | striper.c | 19 * stripeno | 0 1 2 3 | 0 1 2 3 | 0 1 2 3 | 4 5 6 7 | 4 5 6 31 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()
|
Completed in 2 milliseconds