Home
last modified time | relevance | path

Searched refs:cls_todo (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/
Dcl_io.c160 INIT_LIST_HEAD(&io->ci_lockset.cls_todo); in cl_io_init0()
297 &io->ci_lockset.cls_todo, in cl_io_locks_sort()
372 return cl_queue_merge(&set->cls_todo, need) || in cl_lockset_merge()
423 list_for_each_entry_safe(link, temp, &set->cls_todo, cill_linkage) { in cl_lockset_lock()
499 list_for_each_entry_safe(link, temp, &set->cls_todo, cill_linkage) in cl_io_unlock()
605 list_add(&link->cill_linkage, &io->ci_lockset.cls_todo); in cl_io_lock_add()
/linux-4.1.27/drivers/staging/lustre/lustre/include/
Dcl_object.h2259 struct list_head cls_todo; member