Searched refs:coh_locks (Results 1 – 6 of 6) sorted by relevance
/linux-4.4.14/drivers/staging/lustre/lustre/obdclass/ |
D | cl_lock.c | 482 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()
|
D | cl_object.c | 93 INIT_LIST_HEAD(&h->coh_locks); in cl_object_header_init()
|
/linux-4.4.14/drivers/staging/lustre/lustre/osc/ |
D | osc_io.c | 762 list_for_each_entry(scan, &head->coh_locks, 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 | 413 struct list_head coh_locks; member
|