Searched refs:cll_linkage (Results 1 – 5 of 5) sorted by relevance
/linux-4.4.14/drivers/staging/lustre/lustre/obdclass/ |
D | cl_lock.c | 298 LASSERT(list_empty(&lock->cll_linkage)); in cl_lock_put() 373 INIT_LIST_HEAD(&lock->cll_linkage); in cl_lock_alloc() 482 list_for_each_entry(lock, &head->coh_locks, cll_linkage) { in cl_lock_lookup() 536 list_add_tail(&lock->cll_linkage, in cl_lock_find() 802 in_cache = !list_empty(&lock->cll_linkage); in cl_lock_delete0() 804 list_del_init(&lock->cll_linkage); in cl_lock_delete0() 1788 list_for_each_entry(scan, &head->coh_locks, cll_linkage) { in cl_lock_at_pgoff() 1959 struct cl_lock, cll_linkage); in cl_locks_prune()
|
/linux-4.4.14/drivers/staging/lustre/lustre/osc/ |
D | osc_io.c | 763 cll_linkage) in osc_req_attr_set()
|
D | osc_page.c | 130 list_for_each_entry(scan, &hdr->coh_locks, cll_linkage) {
|
D | osc_lock.c | 1025 list_for_each_entry(scan, &hdr->coh_locks, cll_linkage) { in osc_lock_enqueue_wait()
|
/linux-4.4.14/drivers/staging/lustre/lustre/include/ |
D | cl_object.h | 1554 struct list_head cll_linkage; member
|