Searched refs:oap_pending_item (Results 1 – 5 of 5) sorted by relevance
/linux-4.4.14/drivers/staging/lustre/lustre/osc/ |
D | osc_cache.c | 277 list_for_each_entry(oap, &ext->oe_pages, oap_pending_item) { in osc_extent_sanity_check0() 849 oap_pending_item) { in osc_extent_finish() 851 list_del_init(&oap->oap_pending_item); in osc_extent_finish() 980 oap_pending_item) { in osc_extent_truncate() 997 list_del_init(&oap->oap_pending_item); in osc_extent_truncate() 1081 list_for_each_entry(oap, &ext->oe_pages, oap_pending_item) { in osc_extent_make_ready() 1118 list_for_each_entry(oap, &ext->oe_pages, oap_pending_item) { in osc_extent_make_ready() 1828 oap_pending_item); in try_to_add_extent_for_io() 1841 oap_pending_item); in try_to_add_extent_for_io() 2209 INIT_LIST_HEAD(&oap->oap_pending_item); in osc_prep_async_page() [all …]
|
D | osc_internal.h | 63 struct list_head oap_pending_item; member
|
D | osc_io.c | 144 if (!list_empty(&oap->oap_pending_item) || in osc_io_submit() 171 list_add_tail(&oap->oap_pending_item, &list); in osc_io_submit() 357 !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 | 1847 list_for_each_entry(oap, &ext->oe_pages, oap_pending_item) { in osc_build_rpc()
|