Searched refs:ceph_pg (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/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); 140 struct ceph_pg pgid; 219 static inline int ceph_decode_pgid(void **p, void *end, struct ceph_pg *pgid) in ceph_decode_pgid() 261 bool ceph_pg_is_split(const struct ceph_pg *pgid, u32 old_pg_num, 277 const struct ceph_pg *pgid); 285 struct ceph_pg *raw_pgid); 289 struct ceph_pg *raw_pgid); 293 const struct ceph_pg *raw_pgid, [all …]
|
D | osd_client.h | 148 struct ceph_pg pgid; /* last raw pg we mapped to */
|
/Linux-v4.19/net/ceph/ |
D | osdmap.c | 581 int ceph_pg_compare(const struct ceph_pg *lhs, const struct ceph_pg *rhs) in ceph_pg_compare() 635 RB_BYPTR, const struct ceph_pg *, node) in DEFINE_RB_FUNCS2() argument 1180 struct ceph_pg pgid; 2046 bool ceph_pg_is_split(const struct ceph_pg *pgid, u32 old_pg_num, in ceph_pg_is_split() 2088 const struct ceph_pg *pgid) in ceph_is_new_interval() 2152 struct ceph_pg *raw_pgid) in __ceph_object_locator_to_pg() 2186 struct ceph_pg *raw_pgid) in ceph_object_locator_to_pg() 2203 const struct ceph_pg *raw_pgid, in raw_pg_to_pg() 2204 struct ceph_pg *pgid) in raw_pg_to_pg() 2217 const struct ceph_pg *raw_pgid) in raw_pg_to_pps() [all …]
|
D | osd_client.c | 1422 struct ceph_pg pgid, last_pgid; in calc_target() 1919 static void encode_pgid(void **p, const struct ceph_pg *pgid) in encode_pgid() 2048 struct ceph_pg pgid; in encode_request_finish() 3389 struct ceph_pg pgid;
|
/Linux-v4.19/fs/ceph/ |
D | ioctl.c | 190 struct ceph_pg pgid; in ceph_ioctl_get_dataloc()
|