Searched refs:num_file_extents (Results 1 – 1 of 1) sorted by relevance
214 u32 *num_file_extents) in ceph_extent_to_file() argument227 *num_file_extents = 0; in ceph_extent_to_file()231 *num_file_extents = DIV_ROUND_UP_ULL(objoff + objlen, l->stripe_unit) - in ceph_extent_to_file()233 *file_extents = kmalloc_array(*num_file_extents, sizeof(**file_extents), in ceph_extent_to_file()258 BUG_ON(i != *num_file_extents); in ceph_extent_to_file()
Completed in 4 milliseconds