Searched refs:oe_pages (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/drivers/staging/lustre/lustre/osc/ |
D | osc_cache.c | 122 list_empty_marker(&__ext->oe_pages), \ 203 if (ext->oe_nr_pages > 0 || !list_empty(&ext->oe_pages)) in osc_extent_sanity_check0() 277 list_for_each_entry(oap, &ext->oe_pages, oap_pending_item) { in osc_extent_sanity_check0() 359 INIT_LIST_HEAD(&ext->oe_pages); in osc_extent_alloc() 506 LASSERT(list_empty(&ext->oe_pages)); in __osc_extent_remove() 562 list_splice_init(&victim->oe_pages, &cur->oe_pages); in osc_extent_merge() 848 list_for_each_entry_safe(oap, tmp, &ext->oe_pages, in osc_extent_finish() 979 list_for_each_entry_safe(oap, tmp, &ext->oe_pages, 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() [all …]
|
D | osc_cl_internal.h | 650 struct list_head oe_pages; member
|
D | osc_request.c | 1847 list_for_each_entry(oap, &ext->oe_pages, oap_pending_item) { in osc_build_rpc()
|