Searched refs:file_extents (Results 1 – 2 of 2) sorted by relevance
213 struct ceph_file_extent **file_extents, in ceph_extent_to_file() argument226 *file_extents = NULL; in ceph_extent_to_file()233 *file_extents = kmalloc_array(*num_file_extents, sizeof(**file_extents), in ceph_extent_to_file()235 if (!*file_extents) in ceph_extent_to_file()249 (*file_extents)[i].fe_off = off; in ceph_extent_to_file()250 (*file_extents)[i].fe_len = len; in ceph_extent_to_file()
52 static inline u64 ceph_file_extents_bytes(struct ceph_file_extent *file_extents, in ceph_file_extents_bytes() argument59 bytes += file_extents[i].fe_len; in ceph_file_extents_bytes()66 struct ceph_file_extent **file_extents,