Home
last modified time | relevance | path

Searched refs:coh_locks (Results 1 – 6 of 6) sorted by relevance

/linux-4.4.14/drivers/staging/lustre/lustre/obdclass/
Dcl_lock.c482 list_for_each_entry(lock, &head->coh_locks, cll_linkage) { in cl_lock_lookup()
537 &head->coh_locks); in cl_lock_find()
1788 list_for_each_entry(scan, &head->coh_locks, cll_linkage) { in cl_lock_at_pgoff()
1957 while (!list_empty(&head->coh_locks)) { in cl_locks_prune()
1958 lock = container_of(head->coh_locks.next, in cl_locks_prune()
Dcl_object.c93 INIT_LIST_HEAD(&h->coh_locks); in cl_object_header_init()
/linux-4.4.14/drivers/staging/lustre/lustre/osc/
Dosc_io.c762 list_for_each_entry(scan, &head->coh_locks, 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.h413 struct list_head coh_locks; member