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()
583 int ceph_print_client_options(struct seq_file *m, struct ceph_client *client, in ceph_print_client_options()
656 struct ceph_entity_addr *ceph_client_addr(struct ceph_client *client) in ceph_client_addr()
662 u64 ceph_client_gid(struct ceph_client *client) in ceph_client_gid()
671 struct ceph_client *ceph_create_client(struct ceph_options *opt, void *private) in ceph_create_client()
673 struct ceph_client *client; in ceph_create_client()
724 void ceph_destroy_client(struct ceph_client *client) in ceph_destroy_client()
744 void ceph_reset_client_addr(struct ceph_client *client) in ceph_reset_client_addr()
755 static bool have_mon_and_osd_map(struct ceph_client *client) in have_mon_and_osd_map()
764 int __ceph_open_session(struct ceph_client *client, unsigned long started) in __ceph_open_session()
797 int ceph_open_session(struct ceph_client *client) in ceph_open_session()
812 int ceph_wait_for_latest_osdmap(struct ceph_client *client, in ceph_wait_for_latest_osdmap()