Home
last modified time | relevance | path

Searched refs:ceph_client (Results 1 – 13 of 13) sorted by relevance

/linux-6.3-rc2/include/linux/ceph/
A Dlibceph.h115 struct ceph_client { struct
127 int (*extra_mon_dispatch)(struct ceph_client *, struct ceph_msg *); argument
144 #define from_msgr(ms) container_of(ms, struct ceph_client, msgr) argument
146 static inline bool ceph_msgr2(struct ceph_client *client) in ceph_msgr2()
303 struct ceph_client *client);
306 u64 ceph_client_gid(struct ceph_client *client);
307 extern void ceph_destroy_client(struct ceph_client *client);
308 extern void ceph_reset_client_addr(struct ceph_client *client);
309 extern int __ceph_open_session(struct ceph_client *client,
311 extern int ceph_open_session(struct ceph_client *client);
[all …]
A Ddebugfs.h10 extern void ceph_debugfs_client_init(struct ceph_client *client);
11 extern void ceph_debugfs_client_cleanup(struct ceph_client *client);
A Dmon_client.h11 struct ceph_client;
71 struct ceph_client *client;
110 extern int ceph_monc_init(struct ceph_mon_client *monc, struct ceph_client *cl);
A Dosd_client.h348 struct ceph_client *client;
390 struct ceph_client *client);
/linux-6.3-rc2/net/ceph/
A Dceph_common.c105 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()
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()
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()
[all …]
A Ddebugfs.c37 struct ceph_client *client = s->private; in monmap_show()
57 struct ceph_client *client = s->private; in osdmap_show()
140 struct ceph_client *client = s->private; in monc_show()
344 struct ceph_client *client = s->private; in osdc_show()
380 struct ceph_client *client = s->private; in client_options_show()
407 void ceph_debugfs_client_init(struct ceph_client *client) in ceph_debugfs_client_init()
449 void ceph_debugfs_client_cleanup(struct ceph_client *client) in ceph_debugfs_client_cleanup()
470 void ceph_debugfs_client_init(struct ceph_client *client) in ceph_debugfs_client_init()
474 void ceph_debugfs_client_cleanup(struct ceph_client *client) in ceph_debugfs_client_cleanup()
A Dmon_client.c542 struct ceph_client *client = monc->client; in ceph_monc_handle_map()
1154 int ceph_monc_init(struct ceph_mon_client *monc, struct ceph_client *cl) in ceph_monc_init()
A Dmessenger_v2.c1369 struct ceph_client *client = from_msgr(con->msgr); in prepare_client_ident()
2274 struct ceph_client *client = from_msgr(con->msgr); in process_server_ident()
2358 struct ceph_client *client = from_msgr(con->msgr); in process_ident_missing_features()
A Dosd_client.c5155 int ceph_osdc_init(struct ceph_osd_client *osdc, struct ceph_client *client) in ceph_osdc_init()
/linux-6.3-rc2/fs/ceph/
A Dsuper.h122 struct ceph_client *client;
A Dsnap.c770 struct ceph_client *client = mdsc->fsc->client; in ceph_update_snap_trace()
A Dsuper.c747 static int extra_mon_dispatch(struct ceph_client *client, struct ceph_msg *msg) in extra_mon_dispatch()
/linux-6.3-rc2/drivers/block/
A Drbd.c205 struct ceph_client *client;
3927 struct ceph_client *client = rbd_dev->rbd_client->client; in rbd_try_lock()

Completed in 51 milliseconds