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()
576 int ceph_print_client_options(struct seq_file *m, struct ceph_client *client, in ceph_print_client_options()
626 struct ceph_entity_addr *ceph_client_addr(struct ceph_client *client) in ceph_client_addr()
632 u64 ceph_client_gid(struct ceph_client *client) in ceph_client_gid()
641 struct ceph_client *ceph_create_client(struct ceph_options *opt, void *private) in ceph_create_client()
643 struct ceph_client *client; in ceph_create_client()
694 void ceph_destroy_client(struct ceph_client *client) in ceph_destroy_client()
714 void ceph_reset_client_addr(struct ceph_client *client) in ceph_reset_client_addr()
725 static bool have_mon_and_osd_map(struct ceph_client *client) in have_mon_and_osd_map()
734 int __ceph_open_session(struct ceph_client *client, unsigned long started) in __ceph_open_session()
767 int ceph_open_session(struct ceph_client *client) in ceph_open_session()
782 int ceph_wait_for_latest_osdmap(struct ceph_client *client, in ceph_wait_for_latest_osdmap()