Searched refs:cls_todo (Results 1 – 2 of 2) sorted by relevance
160 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()
2259 struct list_head cls_todo; member