Searched refs:lss_parents (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/drivers/staging/lustre/lustre/lov/ |
D | lovsub_lock.c | 61 LASSERT(list_empty(&lsl->lss_parents)); in lovsub_lock_fini() 99 list_for_each_entry(scan, &sub->lss_parents, lll_list) { in lovsub_lock_state() 124 if (!list_empty(&lock->lss_parents)) { in lovsub_lock_weigh() 130 lov = container_of(lock->lss_parents.next, in lovsub_lock_weigh() 234 list_for_each_entry(scan, &lock->lss_parents, lll_list) { in lovsub_lock_modify() 260 list_for_each_entry(scan, &sub->lss_parents, lll_list) { in lovsub_lock_closure() 405 &sub->lss_parents, lll_list) { in lovsub_lock_delete() 429 list_for_each_entry(scan, &sub->lss_parents, lll_list) { in lovsub_lock_print() 458 INIT_LIST_HEAD(&lsk->lss_parents); in lovsub_lock_init()
|
D | lov_cl_internal.h | 416 struct list_head lss_parents; member
|
D | lov_lock.c | 124 list_add_tail(&link->lll_list, &lsl->lss_parents); in lov_sublock_adopt() 1041 list_for_each_entry(scan, &sub->lss_parents, lll_list) { in lov_lock_link_find()
|