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_idr_empty(struct dlm_ls *ls) in recover_idr_empty()
310 struct dlm_ls *ls = r->res_ls; in recover_idr_add() local
335 struct dlm_ls *ls = r->res_ls; in recover_idr_del() local
346 static struct dlm_rsb *recover_idr_find(struct dlm_ls *ls, uint64_t id) in recover_idr_find()
356 static void recover_idr_clear(struct dlm_ls *ls) in recover_idr_clear()
447 struct dlm_ls *ls = r->res_ls; in recover_master() local
524 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()
822 struct dlm_ls *ls = r->res_ls; in recover_conversion() local
859 void dlm_recover_rsbs(struct dlm_ls *ls) in dlm_recover_rsbs()
894 int dlm_create_root_list(struct dlm_ls *ls) in dlm_create_root_list()
924 void dlm_release_root_list(struct dlm_ls *ls) in dlm_release_root_list()
936 void dlm_clear_toss(struct dlm_ls *ls) in dlm_clear_toss()