Home
last modified time | relevance | path

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

/linux-4.4.14/fs/squashfs/
Dfile_direct.c62 grab_cache_page_nowait(target_page->mapping, n); in squashfs_readpage_block()
Dfile.c397 grab_cache_page_nowait(page->mapping, i); in squashfs_copy_cache()
/linux-4.4.14/fs/isofs/
Dcompress.c336 pages[i] = grab_cache_page_nowait(mapping, index); in zisofs_readpage()
/linux-4.4.14/include/linux/
Dpagemap.h345 static inline struct page *grab_cache_page_nowait(struct address_space *mapping, in grab_cache_page_nowait() function
/linux-4.4.14/fs/ntfs/
Dcompress.c579 pages[i] = grab_cache_page_nowait(mapping, offset); in ntfs_read_compressed_block()
/linux-4.4.14/drivers/staging/lustre/lustre/llite/
Drw.c475 vmpage = grab_cache_page_nowait(mapping, index); in ll_read_ahead_page()