Home
last modified time | relevance | path

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

/linux/fs/ceph/
A Dsuper.c785 static int extra_mon_dispatch(struct ceph_client *client, struct ceph_msg *msg) in extra_mon_dispatch() function
826 fsc->client->extra_mon_dispatch = extra_mon_dispatch; in create_fs_client()
1574 fsc->client->extra_mon_dispatch = NULL; in ceph_kill_sb()
/linux/include/linux/ceph/
A Dlibceph.h127 int (*extra_mon_dispatch)(struct ceph_client *, struct ceph_msg *); member
/linux/net/ceph/
A Dmon_client.c1481 if (monc->client->extra_mon_dispatch && in mon_dispatch()
1482 monc->client->extra_mon_dispatch(monc->client, msg) == 0) in mon_dispatch()
A Dceph_common.c728 client->extra_mon_dispatch = NULL; in ceph_create_client()

Completed in 11 milliseconds