Home
last modified time | relevance | path

Searched refs:extra_mon_dispatch (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.15/fs/ceph/
Dsuper.c613 static int extra_mon_dispatch(struct ceph_client *client, struct ceph_msg *msg) in extra_mon_dispatch() function
654 fsc->client->extra_mon_dispatch = extra_mon_dispatch; in create_fs_client()
1231 fsc->client->extra_mon_dispatch = NULL; in ceph_kill_sb()
/Linux-v5.15/include/linux/ceph/
Dlibceph.h136 int (*extra_mon_dispatch)(struct ceph_client *, struct ceph_msg *); member
/Linux-v5.15/net/ceph/
Dmon_client.c1472 if (monc->client->extra_mon_dispatch && in mon_dispatch()
1473 monc->client->extra_mon_dispatch(monc->client, msg) == 0) in mon_dispatch()
Dceph_common.c748 client->extra_mon_dispatch = NULL; in ceph_create_client()