Searched refs:lis_active (Results 1 – 2 of 2) sorted by relevance
420 list_add_tail(&sub->sub_linkage, &lio->lis_active); in lov_io_iter_init()470 list_for_each_entry(sub, &lio->lis_active, sub_linkage) { in lov_io_call()535 while (!list_empty(&lio->lis_active)) in lov_io_iter_fini()536 list_del_init(lio->lis_active.next); in lov_io_iter_fini()745 list_for_each_entry(sub, &lio->lis_active, sub_linkage) { in lov_io_fsync_end()902 INIT_LIST_HEAD(&lio->lis_active); in lov_io_init_raid0()
542 struct list_head lis_active; member