Lines Matching refs:client
41 #define ceph_set_opt(client, opt) \ argument
42 (client)->options->flags |= CEPH_OPT_##opt;
43 #define ceph_test_opt(client, opt) \ argument
44 (!!((client)->options->flags & CEPH_OPT_##opt))
155 static inline bool ceph_msgr2(struct ceph_client *client) in ceph_msgr2() argument
157 return client->options->con_modes[0] != CEPH_CON_MODE_UNKNOWN; in ceph_msgr2()
297 extern int ceph_check_fsid(struct ceph_client *client, struct ceph_fsid *fsid);
307 int ceph_print_client_options(struct seq_file *m, struct ceph_client *client,
311 struct ceph_client *client);
313 struct ceph_entity_addr *ceph_client_addr(struct ceph_client *client);
314 u64 ceph_client_gid(struct ceph_client *client);
315 extern void ceph_destroy_client(struct ceph_client *client);
316 extern void ceph_reset_client_addr(struct ceph_client *client);
317 extern int __ceph_open_session(struct ceph_client *client,
319 extern int ceph_open_session(struct ceph_client *client);
320 int ceph_wait_for_latest_osdmap(struct ceph_client *client,