Home
last modified time | relevance | path

Searched defs:con (Results 1 – 4 of 4) sorted by relevance

/fs/dlm/
Dlowcomms.c134 struct connection *con; member
214 static void lowcomms_queue_swork(struct connection *con) in lowcomms_queue_swork()
224 static void lowcomms_queue_rwork(struct connection *con) in lowcomms_queue_rwork()
254 static struct writequeue_entry *con_next_wq(struct connection *con) in con_next_wq()
271 struct connection *con; in __find_con() local
281 static void dlm_con_init(struct connection *con, int nodeid) in dlm_con_init()
299 struct connection *con, *tmp; in nodeid2con() local
366 struct connection *con; in nodeid_to_addr() local
423 struct connection *con; in addr_to_nodeid() local
449 static bool dlm_lowcomms_con_has_addr(const struct connection *con, in dlm_lowcomms_con_has_addr()
[all …]
/fs/proc/
Dconsoles.c30 struct console *con = v; in show_console_dev() local
74 struct console *con; in c_start() local
92 struct console *con = v; in c_next() local
/fs/ceph/
Dmds_client.c6231 static struct ceph_connection *mds_get_con(struct ceph_connection *con) in mds_get_con()
6240 static void mds_put_con(struct ceph_connection *con) in mds_put_con()
6251 static void mds_peer_reset(struct ceph_connection *con) in mds_peer_reset()
6263 static void mds_dispatch(struct ceph_connection *con, struct ceph_msg *msg) in mds_dispatch()
6323 mds_get_authorizer(struct ceph_connection *con, int *proto, int force_new) in mds_get_authorizer()
6339 static int mds_add_authorizer_challenge(struct ceph_connection *con, in mds_add_authorizer_challenge()
6350 static int mds_verify_authorizer_reply(struct ceph_connection *con) in mds_verify_authorizer_reply()
6362 static int mds_invalidate_authorizer(struct ceph_connection *con) in mds_invalidate_authorizer()
6373 static int mds_get_auth_request(struct ceph_connection *con, in mds_get_auth_request()
6392 static int mds_handle_auth_reply_more(struct ceph_connection *con, in mds_handle_auth_reply_more()
[all …]
/fs/pstore/
Dplatform.c394 static void pstore_console_write(struct console *con, const char *s, unsigned c) in pstore_console_write()