Home
last modified time | relevance | path

Searched refs:ceph_pg (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.4/include/linux/ceph/
Dosdmap.h22 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);
139 struct ceph_pg pgid;
218 static inline int ceph_decode_pgid(void **p, void *end, struct ceph_pg *pgid) in ceph_decode_pgid()
260 bool ceph_pg_is_split(const struct ceph_pg *pgid, u32 old_pg_num,
276 const struct ceph_pg *pgid);
284 struct ceph_pg *raw_pgid);
288 struct ceph_pg *raw_pgid);
292 const struct ceph_pg *raw_pgid,
[all …]
Dosd_client.h155 struct ceph_pg pgid; /* last raw pg we mapped to */
/Linux-v5.4/net/ceph/
Dosdmap.c580 int ceph_pg_compare(const struct ceph_pg *lhs, const struct ceph_pg *rhs) in ceph_pg_compare()
634 RB_BYPTR, const struct ceph_pg *, node) in DEFINE_RB_FUNCS2() argument
1196 struct ceph_pg pgid;
2067 bool ceph_pg_is_split(const struct ceph_pg *pgid, u32 old_pg_num, in ceph_pg_is_split()
2109 const struct ceph_pg *pgid) in ceph_is_new_interval()
2173 struct ceph_pg *raw_pgid) in __ceph_object_locator_to_pg()
2207 struct ceph_pg *raw_pgid) in ceph_object_locator_to_pg()
2224 const struct ceph_pg *raw_pgid, in raw_pg_to_pg()
2225 struct ceph_pg *pgid) in raw_pg_to_pg()
2238 const struct ceph_pg *raw_pgid) in raw_pg_to_pps()
[all …]
Dosd_client.c1511 struct ceph_pg pgid, last_pgid; in calc_target()
2012 static void encode_pgid(void **p, const struct ceph_pg *pgid) in encode_pgid()
2141 struct ceph_pg pgid; in encode_request_finish()
3500 struct ceph_pg pgid;
/Linux-v5.4/fs/ceph/
Dioctl.c190 struct ceph_pg pgid; in ceph_ioctl_get_dataloc()