Lines Matching defs:ls
42 int dlm_wait_function(struct dlm_ls *ls, int (*testfn) (struct dlm_ls *ls)) in dlm_wait_function()
74 uint32_t dlm_recover_status(struct dlm_ls *ls) in dlm_recover_status()
83 static void _set_recover_status(struct dlm_ls *ls, uint32_t status) in _set_recover_status()
88 void dlm_set_recover_status(struct dlm_ls *ls, uint32_t status) in dlm_set_recover_status()
95 static int wait_status_all(struct dlm_ls *ls, uint32_t wait_status, in wait_status_all()
128 static int wait_status_low(struct dlm_ls *ls, uint32_t wait_status, in wait_status_low()
154 static int wait_status(struct dlm_ls *ls, uint32_t status, uint64_t seq) in wait_status()
169 int dlm_recover_members_wait(struct dlm_ls *ls, uint64_t seq) in dlm_recover_members_wait()
213 int dlm_recover_directory_wait(struct dlm_ls *ls, uint64_t seq) in dlm_recover_directory_wait()
218 int dlm_recover_locks_wait(struct dlm_ls *ls, uint64_t seq) in dlm_recover_locks_wait()
223 int dlm_recover_done_wait(struct dlm_ls *ls, uint64_t seq) in dlm_recover_done_wait()
240 static int recover_list_empty(struct dlm_ls *ls) in recover_list_empty()
253 struct dlm_ls *ls = r->res_ls; in recover_list_add() local
266 struct dlm_ls *ls = r->res_ls; in recover_list_del() local
276 static void recover_list_clear(struct dlm_ls *ls) in recover_list_clear()
296 static int recover_xa_empty(struct dlm_ls *ls) in recover_xa_empty()
310 struct dlm_ls *ls = r->res_ls; in recover_xa_add() local
338 struct dlm_ls *ls = r->res_ls; in recover_xa_del() local
349 static struct dlm_rsb *recover_xa_find(struct dlm_ls *ls, uint64_t id) in recover_xa_find()
359 static void recover_xa_clear(struct dlm_ls *ls) in recover_xa_clear()
450 struct dlm_ls *ls = r->res_ls; in recover_master() local
528 int dlm_recover_masters(struct dlm_ls *ls, uint64_t seq, in dlm_recover_masters()
567 int dlm_recover_master_reply(struct dlm_ls *ls, const struct dlm_rcom *rc) in dlm_recover_master_reply()
661 int dlm_recover_locks(struct dlm_ls *ls, uint64_t seq, in dlm_recover_locks()
819 struct dlm_ls *ls = r->res_ls; in recover_conversion() local
864 void dlm_recover_rsbs(struct dlm_ls *ls, const struct list_head *root_list) in dlm_recover_rsbs()
895 void dlm_clear_inactive(struct dlm_ls *ls) in dlm_clear_inactive()