Searched refs:oap_pending_item (Results 1 – 5 of 5) sorted by relevance
/linux-4.1.27/drivers/staging/lustre/lustre/osc/ |
D | osc_cache.c | 276 list_for_each_entry(oap, &ext->oe_pages, oap_pending_item) { in osc_extent_sanity_check0() 848 oap_pending_item) { in osc_extent_finish() 850 list_del_init(&oap->oap_pending_item); in osc_extent_finish() 978 oap_pending_item) { in osc_extent_truncate() 995 list_del_init(&oap->oap_pending_item); in osc_extent_truncate() 1080 list_for_each_entry(oap, &ext->oe_pages, oap_pending_item) { in osc_extent_make_ready() 1117 list_for_each_entry(oap, &ext->oe_pages, oap_pending_item) { in osc_extent_make_ready() 1825 oap_pending_item); in try_to_add_extent_for_io() 1838 oap_pending_item); in try_to_add_extent_for_io() 2214 INIT_LIST_HEAD(&oap->oap_pending_item); in osc_prep_async_page() [all …]
|
D | osc_internal.h | 59 struct list_head oap_pending_item; member
|
D | osc_io.c | 145 if (!list_empty(&oap->oap_pending_item) || in osc_io_submit() 172 list_add_tail(&oap->oap_pending_item, &list); in osc_io_submit() 358 !list_empty(&oap->oap_pending_item)) in trunc_check_cb()
|
D | osc_page.c | 377 osc_list(&oap->oap_pending_item), in osc_page_print()
|
D | osc_request.c | 1892 list_for_each_entry(oap, &ext->oe_pages, oap_pending_item) { in osc_build_rpc()
|