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()
626 int ceph_print_client_options(struct seq_file *m, struct ceph_client *client, in ceph_print_client_options()
712 struct ceph_entity_addr *ceph_client_addr(struct ceph_client *client) in ceph_client_addr()
718 u64 ceph_client_gid(struct ceph_client *client) in ceph_client_gid()
727 struct ceph_client *ceph_create_client(struct ceph_options *opt, void *private) in ceph_create_client()
729 struct ceph_client *client; in ceph_create_client()
780 void ceph_destroy_client(struct ceph_client *client) in ceph_destroy_client()
800 void ceph_reset_client_addr(struct ceph_client *client) in ceph_reset_client_addr()
811 static bool have_mon_and_osd_map(struct ceph_client *client) in have_mon_and_osd_map()
820 int __ceph_open_session(struct ceph_client *client, unsigned long started) in __ceph_open_session()
853 int ceph_open_session(struct ceph_client *client) in ceph_open_session()
868 int ceph_wait_for_latest_osdmap(struct ceph_client *client, in ceph_wait_for_latest_osdmap()