Home
last modified time | relevance | path

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

/Linux-v4.19/fs/exofs/
Dinode.c380 static int readpage_strip(void *data, struct page *page) in readpage_strip() function
481 ret = read_cache_pages(mapping, pages, readpage_strip, &pcol); in exofs_readpages()
502 ret = readpage_strip(&pcol, page); in _readpage()