Lines Matching refs:dlm_ls
28 static int rcom_response(struct dlm_ls *ls) in rcom_response()
33 static int create_rcom(struct dlm_ls *ls, int to_nodeid, int type, int len, in create_rcom()
68 static void send_rcom(struct dlm_ls *ls, struct dlm_mhandle *mh, in send_rcom()
79 static void make_config(struct dlm_ls *ls, struct rcom_config *rf) in make_config()
85 static int check_config(struct dlm_ls *ls, struct dlm_rcom *rc, int nodeid) in check_config()
114 static void allow_sync_reply(struct dlm_ls *ls, uint64_t *new_seq) in allow_sync_reply()
122 static void disallow_sync_reply(struct dlm_ls *ls) in disallow_sync_reply()
130 int dlm_rcom_status(struct dlm_ls *ls, int nodeid) in dlm_rcom_status()
171 static void receive_rcom_status(struct dlm_ls *ls, struct dlm_rcom *rc_in) in receive_rcom_status()
189 static void receive_sync_reply(struct dlm_ls *ls, struct dlm_rcom *rc_in) in receive_sync_reply()
208 int dlm_rcom_names(struct dlm_ls *ls, int nodeid, char *last_name, int last_len) in dlm_rcom_names()
242 static void receive_rcom_names(struct dlm_ls *ls, struct dlm_rcom *rc_in) in receive_rcom_names()
267 struct dlm_ls *ls = r->res_ls; in dlm_send_rcom_lookup()
282 static void receive_rcom_lookup(struct dlm_ls *ls, struct dlm_rcom *rc_in) in receive_rcom_lookup()
303 static void receive_rcom_lookup_reply(struct dlm_ls *ls, struct dlm_rcom *rc_in) in receive_rcom_lookup_reply()
340 struct dlm_ls *ls = r->res_ls; in dlm_send_rcom_lock()
363 static void receive_rcom_lock(struct dlm_ls *ls, struct dlm_rcom *rc_in) in receive_rcom_lock()
424 static int is_old_reply(struct dlm_ls *ls, struct dlm_rcom *rc) in is_old_reply()
452 void dlm_receive_rcom(struct dlm_ls *ls, struct dlm_rcom *rc, int nodeid) in dlm_receive_rcom()