Lines Matching refs:ceph_client
105 int ceph_check_fsid(struct ceph_client *client, struct ceph_fsid *fsid) in ceph_check_fsid()
132 struct ceph_client *client) in ceph_compare_options()
604 int ceph_print_client_options(struct seq_file *m, struct ceph_client *client, in ceph_print_client_options()
692 struct ceph_entity_addr *ceph_client_addr(struct ceph_client *client) in ceph_client_addr()
698 u64 ceph_client_gid(struct ceph_client *client) in ceph_client_gid()
707 struct ceph_client *ceph_create_client(struct ceph_options *opt, void *private) in ceph_create_client()
709 struct ceph_client *client; in ceph_create_client()
760 void ceph_destroy_client(struct ceph_client *client) in ceph_destroy_client()
780 void ceph_reset_client_addr(struct ceph_client *client) in ceph_reset_client_addr()
791 static bool have_mon_and_osd_map(struct ceph_client *client) in have_mon_and_osd_map()
800 int __ceph_open_session(struct ceph_client *client, unsigned long started) in __ceph_open_session()
833 int ceph_open_session(struct ceph_client *client) in ceph_open_session()
848 int ceph_wait_for_latest_osdmap(struct ceph_client *client, in ceph_wait_for_latest_osdmap()