Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/ceph/
H A Dsuper.c614 static int extra_mon_dispatch(struct ceph_client *client, struct ceph_msg *msg) in extra_mon_dispatch() function
655 fsc->client->extra_mon_dispatch = extra_mon_dispatch; in create_fs_client()
1227 fsc->client->extra_mon_dispatch = NULL; in ceph_kill_sb()
/OK3568_Linux_fs/kernel/include/linux/ceph/
H A Dlibceph.h134 int (*extra_mon_dispatch)(struct ceph_client *, struct ceph_msg *); member
/OK3568_Linux_fs/kernel/net/ceph/
H A Dmon_client.c1304 if (monc->client->extra_mon_dispatch && in dispatch()
1305 monc->client->extra_mon_dispatch(monc->client, msg) == 0) in dispatch()
H A Dceph_common.c692 client->extra_mon_dispatch = NULL; in ceph_create_client()