Lines Matching refs:ceph_client
112 struct ceph_client { struct
124 int (*extra_mon_dispatch)(struct ceph_client *, struct ceph_msg *); argument
141 #define from_msgr(ms) container_of(ms, struct ceph_client, msgr) argument
189 extern int ceph_check_fsid(struct ceph_client *client, struct ceph_fsid *fsid);
196 int ceph_print_client_options(struct seq_file *m, struct ceph_client *client);
199 struct ceph_client *client);
200 extern struct ceph_client *ceph_create_client(struct ceph_options *opt,
204 extern u64 ceph_client_id(struct ceph_client *client);
205 extern void ceph_destroy_client(struct ceph_client *client);
206 extern int __ceph_open_session(struct ceph_client *client,
208 extern int ceph_open_session(struct ceph_client *client);