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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/exofs/
H A Dinode.c315 /* readpage_strip is called either directly from readpage() or by the VFS from
322 static int readpage_strip(void *data, struct page *page) function
355 EXOFS_DBGMSG("readpage_strip(0x%lx, 0x%lx) empty page,"
383 EXOFS_DBGMSG2(" readpage_strip(0x%lx, 0x%lx) len=0x%zx\n",
416 ret = read_cache_pages(mapping, pages, readpage_strip, &pcol);
432 /* readpage_strip might call read_exec(,is_sync==false) at several
436 ret = readpage_strip(&pcol, page);

Completed in 37 milliseconds