Searched refs:ceph_pg (Results 1 – 5 of 5) sorted by relevance
/linux-6.1.9/include/linux/ceph/ |
D | osdmap.h | 22 struct ceph_pg { struct 30 struct ceph_pg pgid; argument 34 int ceph_pg_compare(const struct ceph_pg *lhs, const struct ceph_pg *rhs); 153 struct ceph_pg pgid; 231 static inline int ceph_decode_pgid(void **p, void *end, struct ceph_pg *pgid) in ceph_decode_pgid() 273 bool ceph_pg_is_split(const struct ceph_pg *pgid, u32 old_pg_num, 289 const struct ceph_pg *pgid); 297 struct ceph_pg *raw_pgid); 301 struct ceph_pg *raw_pgid); 305 const struct ceph_pg *raw_pgid, [all …]
|
D | osd_client.h | 157 struct ceph_pg pgid; /* last raw pg we mapped to */
|
/linux-6.1.9/net/ceph/ |
D | osdmap.c | 677 int ceph_pg_compare(const struct ceph_pg *lhs, const struct ceph_pg *rhs) in ceph_pg_compare() 731 RB_BYPTR, const struct ceph_pg *, node) in DEFINE_RB_FUNCS2() argument 1400 struct ceph_pg pgid; in decode_pg_mapping() 2290 bool ceph_pg_is_split(const struct ceph_pg *pgid, u32 old_pg_num, in ceph_pg_is_split() 2332 const struct ceph_pg *pgid) in ceph_is_new_interval() 2396 struct ceph_pg *raw_pgid) in __ceph_object_locator_to_pg() 2430 struct ceph_pg *raw_pgid) in ceph_object_locator_to_pg() 2447 const struct ceph_pg *raw_pgid, in raw_pg_to_pg() 2448 struct ceph_pg *pgid) in raw_pg_to_pg() 2461 const struct ceph_pg *raw_pgid) in raw_pg_to_pps() [all …]
|
D | osd_client.c | 1530 struct ceph_pg pgid, last_pgid; in calc_target() 2051 static void encode_pgid(void **p, const struct ceph_pg *pgid) in encode_pgid() 2180 struct ceph_pg pgid; in encode_request_finish() 3583 struct ceph_pg pgid;
|
/linux-6.1.9/fs/ceph/ |
D | ioctl.c | 190 struct ceph_pg pgid; in ceph_ioctl_get_dataloc()
|