Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/lustre/lustre/osc/
Dosc_cache.c122 list_empty_marker(&__ext->oe_pages), \
203 if (ext->oe_nr_pages > 0 || !list_empty(&ext->oe_pages)) in osc_extent_sanity_check0()
276 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()
505 LASSERT(list_empty(&ext->oe_pages)); in __osc_extent_remove()
561 list_splice_init(&victim->oe_pages, &cur->oe_pages); in osc_extent_merge()
847 list_for_each_entry_safe(oap, tmp, &ext->oe_pages, in osc_extent_finish()
977 list_for_each_entry_safe(oap, tmp, &ext->oe_pages, 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()
[all …]
Dosc_cl_internal.h651 struct list_head oe_pages; member
Dosc_request.c1892 list_for_each_entry(oap, &ext->oe_pages, oap_pending_item) { in osc_build_rpc()