Lines Matching refs:ceph_client
122 struct ceph_client { struct
134 int (*extra_mon_dispatch)(struct ceph_client *, struct ceph_msg *); argument
151 #define from_msgr(ms) container_of(ms, struct ceph_client, msgr) argument
291 extern int ceph_check_fsid(struct ceph_client *client, struct ceph_fsid *fsid);
301 int ceph_print_client_options(struct seq_file *m, struct ceph_client *client,
305 struct ceph_client *client);
306 struct ceph_client *ceph_create_client(struct ceph_options *opt, void *private);
307 struct ceph_entity_addr *ceph_client_addr(struct ceph_client *client);
308 u64 ceph_client_gid(struct ceph_client *client);
309 extern void ceph_destroy_client(struct ceph_client *client);
310 extern void ceph_reset_client_addr(struct ceph_client *client);
311 extern int __ceph_open_session(struct ceph_client *client,
313 extern int ceph_open_session(struct ceph_client *client);
314 int ceph_wait_for_latest_osdmap(struct ceph_client *client,