Home
last modified time | relevance | path

Searched refs:cll_linkage (Results 1 – 5 of 5) sorted by relevance

/linux-4.4.14/drivers/staging/lustre/lustre/obdclass/
Dcl_lock.c298 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/
Dosc_io.c763 cll_linkage) in osc_req_attr_set()
Dosc_page.c130 list_for_each_entry(scan, &hdr->coh_locks, cll_linkage) {
Dosc_lock.c1025 list_for_each_entry(scan, &hdr->coh_locks, cll_linkage) { in osc_lock_enqueue_wait()
/linux-4.4.14/drivers/staging/lustre/lustre/include/
Dcl_object.h1554 struct list_head cll_linkage; member