Searched refs:remainder_bytes (Results 1 – 1 of 1) sorted by relevance
267 u64 remainder_bytes; in ceph_get_num_objects() local270 div64_u64_rem(size, period, &remainder_bytes); in ceph_get_num_objects()271 if (remainder_bytes > 0 && in ceph_get_num_objects()272 remainder_bytes < (u64)l->stripe_count * l->stripe_unit) in ceph_get_num_objects()274 DIV_ROUND_UP_ULL(remainder_bytes, l->stripe_unit); in ceph_get_num_objects()
Completed in 3 milliseconds