Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/lustre/lustre/osc/
Dosc_request.c65 struct list_head aa_exts; member
1693 INIT_LIST_HEAD(&new_aa->aa_exts); in osc_brw_redo_request()
1694 list_splice_init(&aa->aa_exts, &new_aa->aa_exts); in osc_brw_redo_request()
1793 list_for_each_entry_safe(ext, tmp, &aa->aa_exts, oe_link) { in brw_interpret()
1802 LASSERT(list_empty(&aa->aa_exts)); in brw_interpret()
1996 INIT_LIST_HEAD(&aa->aa_exts); in osc_build_rpc()
1997 list_splice_init(ext_list, &aa->aa_exts); in osc_build_rpc()