Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/lustre/lustre/osc/
Dosc_request.c73 struct list_head aa_exts; member
1657 INIT_LIST_HEAD(&new_aa->aa_exts); in osc_brw_redo_request()
1658 list_splice_init(&aa->aa_exts, &new_aa->aa_exts); in osc_brw_redo_request()
1749 list_for_each_entry_safe(ext, tmp, &aa->aa_exts, oe_link) { in brw_interpret()
1758 LASSERT(list_empty(&aa->aa_exts)); in brw_interpret()
1952 INIT_LIST_HEAD(&aa->aa_exts); in osc_build_rpc()
1953 list_splice_init(ext_list, &aa->aa_exts); in osc_build_rpc()