Home
last modified time | relevance | path

Searched refs:ceph_object_extent (Results 1 – 3 of 3) sorted by relevance

/linux-6.3-rc2/include/linux/ceph/
A Dstriper.h14 struct ceph_object_extent { struct
21 static inline void ceph_object_extent_init(struct ceph_object_extent *ex) in ceph_object_extent_init() argument
33 typedef void (*ceph_object_extent_fn_t)(struct ceph_object_extent *ex,
38 struct ceph_object_extent *alloc_fn(void *arg),
/linux-6.3-rc2/net/ceph/
A Dstriper.c52 static struct ceph_object_extent *
59 struct ceph_object_extent *ex = in lookup_last()
73 static struct ceph_object_extent *
77 struct ceph_object_extent *ex; in lookup_containing()
112 struct ceph_object_extent *alloc_fn(void *arg), in ceph_file_to_extents()
117 struct ceph_object_extent *last_ex, *ex; in ceph_file_to_extents()
180 struct ceph_object_extent *ex; in ceph_iterate_extents()
/linux-6.3-rc2/drivers/block/
A Drbd.c287 struct ceph_object_extent ex;
2453 static struct ceph_object_extent *alloc_object_extent(void *arg) in alloc_object_extent()
2595 static void set_bio_pos(struct ceph_object_extent *ex, u32 bytes, void *arg) in set_bio_pos()
2606 static void count_bio_bvecs(struct ceph_object_extent *ex, u32 bytes, void *arg) in count_bio_bvecs()
2619 static void copy_bio_bvecs(struct ceph_object_extent *ex, u32 bytes, void *arg) in copy_bio_bvecs()
2658 static void set_bvec_pos(struct ceph_object_extent *ex, u32 bytes, void *arg) in set_bvec_pos()
2669 static void count_bvecs(struct ceph_object_extent *ex, u32 bytes, void *arg) in count_bvecs()
2680 static void copy_bvecs(struct ceph_object_extent *ex, u32 bytes, void *arg) in copy_bvecs()

Completed in 18 milliseconds