Searched refs:lslist (Results 1 - 1 of 1) sorted by relevance
/linux-4.4.14/fs/dlm/ |
H A D | lockspace.c | 30 static struct list_head lslist; variable in typeref:struct:list_head 244 INIT_LIST_HEAD(&lslist); dlm_lockspace_init() 265 list_for_each_entry(ls, &lslist, ls_list) { find_ls_to_scan() 323 list_for_each_entry(ls, &lslist, ls_list) { dlm_find_lockspace_global() 340 list_for_each_entry(ls, &lslist, ls_list) { dlm_find_lockspace_local() 357 list_for_each_entry(ls, &lslist, ls_list) { dlm_find_lockspace_device() 465 list_for_each_entry(ls, &lslist, ls_list) { new_lockspace() 600 list_add(&ls->ls_list, &lslist); new_lockspace() 614 * Once started, dlm_recoverd first looks for ls in lslist, then new_lockspace() 774 /* remove_lockspace takes ls off lslist */ release_lockspace() 902 list_for_each_entry(ls, &lslist, ls_list) { dlm_stop_lockspaces()
|
Completed in 46 milliseconds