Home
last modified time | relevance | path

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

/linux-4.19.296/include/linux/ceph/
Dmon_client.h25 struct ceph_mon_client;
32 typedef void (*ceph_monc_request_func_t)(struct ceph_mon_client *monc,
37 struct ceph_mon_client *monc;
51 struct ceph_mon_client *monc;
70 struct ceph_mon_client { struct
111 extern int ceph_monc_init(struct ceph_mon_client *monc, struct ceph_client *cl); argument
112 extern void ceph_monc_stop(struct ceph_mon_client *monc);
129 bool ceph_monc_want_map(struct ceph_mon_client *monc, int sub, u32 epoch,
131 void ceph_monc_got_map(struct ceph_mon_client *monc, int sub, u32 epoch);
132 void ceph_monc_renew_subs(struct ceph_mon_client *monc);
[all …]
Dlibceph.h134 struct ceph_mon_client monc;
/linux-4.19.296/fs/ceph/
Dsuper.c48 struct ceph_mon_client *monc = &fsc->client->monc; in ceph_statfs()