Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/ceph/
Dosd_client.h142 struct ceph_osd_request_target { struct
176 struct ceph_osd_request_target r_t; argument
253 struct ceph_osd_request_target t;
/Linux-v4.19/net/ceph/
Dosd_client.c413 static void target_init(struct ceph_osd_request_target *t) in target_init()
428 static void target_copy(struct ceph_osd_request_target *dest, in target_copy()
429 const struct ceph_osd_request_target *src) in target_copy()
455 static void target_destroy(struct ceph_osd_request_target *t) in target_destroy()
1396 const struct ceph_osd_request_target *t, in target_should_be_paused()
1417 struct ceph_osd_request_target *t, in calc_target()
1806 const struct ceph_osd_request_target *t) in hoid_fill_from_target()
4151 static bool target_contained_by(const struct ceph_osd_request_target *t, in target_contained_by()
Ddebugfs.c181 static void dump_target(struct seq_file *s, struct ceph_osd_request_target *t) in dump_target()