Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/lustre/lustre/lov/
Dlov_io.c420 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()
Dlov_cl_internal.h542 struct list_head lis_active; member