Home
last modified time | relevance | path

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

/openbmc/linux/fs/squashfs/
H A Dfile_direct.c50 grab_cache_page_nowait(target_page->mapping, n); in squashfs_readpage_block()
H A Dfile.c405 grab_cache_page_nowait(page->mapping, i); in squashfs_copy_cache()
/openbmc/linux/fs/isofs/
H A Dcompress.c348 pages[i] = grab_cache_page_nowait(mapping, index); in zisofs_read_folio()
/openbmc/linux/fs/ntfs/
H A Dcompress.c563 pages[i] = grab_cache_page_nowait(mapping, offset); in ntfs_read_compressed_block()
/openbmc/linux/include/linux/
H A Dpagemap.h773 static inline struct page *grab_cache_page_nowait(struct address_space *mapping, in grab_cache_page_nowait() function