Home
last modified time | relevance | path

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

/linux-4.19.296/fs/
Daio.c120 struct page **ring_pages; member
311 page_count(ctx->ring_pages[i])); in aio_free_ring()
312 page = ctx->ring_pages[i]; in aio_free_ring()
315 ctx->ring_pages[i] = NULL; in aio_free_ring()
319 if (ctx->ring_pages && ctx->ring_pages != ctx->internal_pages) { in aio_free_ring()
320 kfree(ctx->ring_pages); in aio_free_ring()
321 ctx->ring_pages = NULL; in aio_free_ring()
416 if (ctx->ring_pages[idx] != old) in aio_migratepage()
440 BUG_ON(ctx->ring_pages[idx] != old); in aio_migratepage()
441 ctx->ring_pages[idx] = new; in aio_migratepage()
[all …]