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

/linux-4.4.14/fs/ceph/
H A Dsuper.c491 static int extra_mon_dispatch(struct ceph_client *client, struct ceph_msg *msg) extra_mon_dispatch() function
532 fsc->client->extra_mon_dispatch = extra_mon_dispatch; create_fs_client()
/linux-4.4.14/include/linux/ceph/
H A Dlibceph.h124 int (*extra_mon_dispatch)(struct ceph_client *, struct ceph_msg *); member in struct:ceph_client
/linux-4.4.14/net/ceph/
H A Dceph_common.c601 client->extra_mon_dispatch = NULL; ceph_create_client()
H A Dmon_client.c1029 if (monc->client->extra_mon_dispatch && dispatch()
1030 monc->client->extra_mon_dispatch(monc->client, msg) == 0) dispatch()

Completed in 199 milliseconds