Home
last modified time | relevance | path

Searched refs:cls_done (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/
Dcl_io.c162 INIT_LIST_HEAD(&io->ci_lockset.cls_done); in cl_io_init0()
366 cl_queue_match(&set->cls_done, need); in cl_lockset_match()
392 &set->cls_done); in cl_lockset_lock_one()
440 &set->cls_done); in cl_lockset_lock()
505 list_for_each_entry_safe(link, temp, &set->cls_done, cill_linkage) { in cl_io_unlock()
/linux-4.1.27/drivers/staging/lustre/lustre/lclient/
Dlcommon_cl.c489 result = cl_queue_match(&io->ci_lockset.cls_done, in ccc_page_is_under_lock()
/linux-4.1.27/drivers/staging/lustre/lustre/include/
Dcl_object.h2263 struct list_head cls_done; member