Home
last modified time | relevance | path

Searched refs:file_extents (Results 1 – 2 of 2) sorted by relevance

/linux-6.6.21/net/ceph/
Dstriper.c213 struct ceph_file_extent **file_extents, in ceph_extent_to_file() argument
226 *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()
/linux-6.6.21/include/linux/ceph/
Dstriper.h52 static inline u64 ceph_file_extents_bytes(struct ceph_file_extent *file_extents, in ceph_file_extents_bytes() argument
59 bytes += file_extents[i].fe_len; in ceph_file_extents_bytes()
66 struct ceph_file_extent **file_extents,