Home
last modified time | relevance | path

Searched refs:ceph_client (Results 1 – 4 of 4) sorted by relevance

/include/linux/ceph/
A Dlibceph.h115 struct ceph_client { struct
127 int (*extra_mon_dispatch)(struct ceph_client *, struct ceph_msg *); argument
144 #define from_msgr(ms) container_of(ms, struct ceph_client, msgr) argument
146 static inline bool ceph_msgr2(struct ceph_client *client) in ceph_msgr2()
303 struct ceph_client *client);
306 u64 ceph_client_gid(struct ceph_client *client);
307 extern void ceph_destroy_client(struct ceph_client *client);
308 extern void ceph_reset_client_addr(struct ceph_client *client);
309 extern int __ceph_open_session(struct ceph_client *client,
311 extern int ceph_open_session(struct ceph_client *client);
[all …]
A Ddebugfs.h10 extern void ceph_debugfs_client_init(struct ceph_client *client);
11 extern void ceph_debugfs_client_cleanup(struct ceph_client *client);
A Dmon_client.h11 struct ceph_client;
71 struct ceph_client *client;
110 extern int ceph_monc_init(struct ceph_mon_client *monc, struct ceph_client *cl);
A Dosd_client.h406 struct ceph_client *client;
448 struct ceph_client *client);

Completed in 9 milliseconds