Searched defs:aa_exts (Results 1 - 1 of 1) sorted by relevance

/drivers/staging/lustre/lustre/osc/
H A Dosc_request.c65 struct list_head aa_exts; member in struct:osc_brw_async_args
1697 INIT_LIST_HEAD(&new_aa->aa_exts);
1698 list_splice_init(&aa->aa_exts, &new_aa->aa_exts);
1798 list_for_each_entry_safe(ext, tmp, &aa->aa_exts, oe_link) {
1807 LASSERT(list_empty(&aa->aa_exts));
1998 INIT_LIST_HEAD(&aa->aa_exts);
1999 list_splice_init(ext_list, &aa->aa_exts);

Completed in 125 milliseconds