Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/lustre/lustre/lov/
Dlov_io.c419 list_add_tail(&sub->sub_linkage, &lio->lis_active); in lov_io_iter_init()
469 list_for_each_entry(sub, &lio->lis_active, sub_linkage) { in lov_io_call()
534 while (!list_empty(&lio->lis_active)) in lov_io_iter_fini()
535 list_del_init(lio->lis_active.next); in lov_io_iter_fini()
742 list_for_each_entry(sub, &lio->lis_active, sub_linkage) { in lov_io_fsync_end()
899 INIT_LIST_HEAD(&lio->lis_active); in lov_io_init_raid0()
Dlov_cl_internal.h543 struct list_head lis_active; member