Lines Matching refs:dlm_ls

25 static int rcom_response(struct dlm_ls *ls)  in rcom_response()
30 static void _create_rcom(struct dlm_ls *ls, int to_nodeid, int type, int len, in _create_rcom()
52 static int create_rcom(struct dlm_ls *ls, int to_nodeid, int type, int len, in create_rcom()
71 static int create_rcom_stateless(struct dlm_ls *ls, int to_nodeid, int type, in create_rcom_stateless()
103 static void set_rcom_status(struct dlm_ls *ls, struct rcom_status *rs, in set_rcom_status()
113 static void set_rcom_config(struct dlm_ls *ls, struct rcom_config *rf, in set_rcom_config()
124 static int check_rcom_config(struct dlm_ls *ls, struct dlm_rcom *rc, int nodeid) in check_rcom_config()
146 static void allow_sync_reply(struct dlm_ls *ls, __le64 *new_seq) in allow_sync_reply()
154 static void disallow_sync_reply(struct dlm_ls *ls) in disallow_sync_reply()
173 int dlm_rcom_status(struct dlm_ls *ls, int nodeid, uint32_t status_flags) in dlm_rcom_status()
223 static void receive_rcom_status(struct dlm_ls *ls, struct dlm_rcom *rc_in) in receive_rcom_status()
284 static void receive_sync_reply(struct dlm_ls *ls, struct dlm_rcom *rc_in) in receive_sync_reply()
305 int dlm_rcom_names(struct dlm_ls *ls, int nodeid, char *last_name, int last_len) in dlm_rcom_names()
333 static void receive_rcom_names(struct dlm_ls *ls, struct dlm_rcom *rc_in) in receive_rcom_names()
360 struct dlm_ls *ls = r->res_ls; in dlm_send_rcom_lookup()
375 static void receive_rcom_lookup(struct dlm_ls *ls, struct dlm_rcom *rc_in) in receive_rcom_lookup()
405 static void receive_rcom_lookup_reply(struct dlm_ls *ls, struct dlm_rcom *rc_in) in receive_rcom_lookup_reply()
442 struct dlm_ls *ls = r->res_ls; in dlm_send_rcom_lock()
465 static void receive_rcom_lock(struct dlm_ls *ls, struct dlm_rcom *rc_in) in receive_rcom_lock()
569 void dlm_receive_rcom(struct dlm_ls *ls, struct dlm_rcom *rc, int nodeid) in dlm_receive_rcom()