Searched refs:l_res_link (Results 1 – 6 of 6) sorted by relevance
/linux-4.1.27/drivers/staging/lustre/lustre/ldlm/ |
D | ldlm_lock.c | 198 LASSERT(list_empty(&lock->l_res_link)); in ldlm_lock_put() 336 if (!list_empty(&lock->l_res_link)) { in ldlm_lock_destroy_internal() 447 INIT_LIST_HEAD(&lock->l_res_link); in ldlm_lock_new() 504 LASSERT(list_empty(&lock->l_res_link)); in ldlm_lock_change_resource() 917 lock = list_entry(tmp, struct ldlm_lock, l_res_link); in search_granted_lock() 924 tmp = &mode_end->l_res_link; in search_granted_lock() 931 prev->res_link = &mode_end->l_res_link; in search_granted_lock() 947 &policy_end->l_res_link; in search_granted_lock() 960 tmp = policy_end->l_res_link.next; in search_granted_lock() 962 l_res_link); in search_granted_lock() [all …]
|
D | ldlm_resource.c | 692 l_res_link); in cleanup_resource() 1274 LASSERT(list_empty(&lock->l_res_link)); in ldlm_resource_add_lock() 1276 list_add_tail(&lock->l_res_link, head); in ldlm_resource_add_lock() 1299 LASSERT(list_empty(&new->l_res_link)); in ldlm_resource_insert_lock_after() 1301 list_add(&new->l_res_link, &original->l_res_link); in ldlm_resource_insert_lock_after() 1314 list_del_init(&lock->l_res_link); in ldlm_resource_unlink_lock() 1405 l_res_link) { in ldlm_resource_dump() 1417 list_for_each_entry(lock, &res->lr_converting, l_res_link) in ldlm_resource_dump() 1422 list_for_each_entry(lock, &res->lr_waiting, l_res_link) in ldlm_resource_dump()
|
D | ldlm_flock.c | 140 list_del_init(&lock->l_res_link); in ldlm_flock_destroy() 287 l_res_link); in ldlm_process_flock_lock() 302 l_res_link); in ldlm_process_flock_lock() 383 lock = list_entry(ownlocks, struct ldlm_lock, l_res_link); in ldlm_process_flock_lock() 528 list_del_init(&req->l_res_link); in ldlm_process_flock_lock() 677 list_del_init(&lock->l_res_link); in ldlm_flock_completion_ast()
|
D | ldlm_extent.c | 80 lck = list_entry(tmp, struct ldlm_lock, l_res_link); in ldlm_extent_shift_kms()
|
D | ldlm_request.c | 1778 list_for_each_entry(lock, &res->lr_granted, l_res_link) { in ldlm_cancel_resource_local() 1977 lock = list_entry(tmp, struct ldlm_lock, l_res_link); in ldlm_resource_foreach() 1986 lock = list_entry(tmp, struct ldlm_lock, l_res_link); in ldlm_resource_foreach() 1995 lock = list_entry(tmp, struct ldlm_lock, l_res_link); in ldlm_resource_foreach() 2190 else if (!list_empty(&lock->l_res_link)) in replay_one_lock()
|
/linux-4.1.27/drivers/staging/lustre/lustre/include/ |
D | lustre_dlm.h | 692 struct list_head l_res_link; member
|