Lines Matching refs:ceph_client
103 int ceph_check_fsid(struct ceph_client *client, struct ceph_fsid *fsid) in ceph_check_fsid()
130 struct ceph_client *client) in ceph_compare_options()
552 int ceph_print_client_options(struct seq_file *m, struct ceph_client *client) in ceph_print_client_options()
599 struct ceph_entity_addr *ceph_client_addr(struct ceph_client *client) in ceph_client_addr()
605 u64 ceph_client_gid(struct ceph_client *client) in ceph_client_gid()
614 struct ceph_client *ceph_create_client(struct ceph_options *opt, void *private) in ceph_create_client()
616 struct ceph_client *client; in ceph_create_client()
667 void ceph_destroy_client(struct ceph_client *client) in ceph_destroy_client()
690 static bool have_mon_and_osd_map(struct ceph_client *client) in have_mon_and_osd_map()
699 int __ceph_open_session(struct ceph_client *client, unsigned long started) in __ceph_open_session()
733 int ceph_open_session(struct ceph_client *client) in ceph_open_session()