Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dpagemap.h890 extern struct page * read_cache_page_gfp(struct address_space *mapping,
/linux/mm/
H A Dfilemap.c3869 * read_cache_page_gfp - read into page cache, using specified page allocation flags.
3883 struct page *read_cache_page_gfp(struct address_space *mapping, in generic_file_direct_write()
3889 EXPORT_SYMBOL(read_cache_page_gfp); in generic_file_direct_write()
3842 struct page *read_cache_page_gfp(struct address_space *mapping, read_cache_page_gfp() function
/linux/fs/btrfs/
H A Dzoned.c131 page[i] = read_cache_page_gfp(mapping, in sb_write_pointer()
H A Ddisk-io.c3685 page = read_cache_page_gfp(mapping, bytenr >> PAGE_SHIFT, GFP_NOFS); in btrfs_read_dev_one_super()
H A Dvolumes.c1293 page = read_cache_page_gfp(bdev->bd_mapping, index, GFP_KERNEL); in btrfs_read_disk_super()
/linux/drivers/md/bcache/
H A Dsuper.c174 page = read_cache_page_gfp(bdev->bd_mapping, in read_super()
/linux/fs/f2fs/
H A Dsuper.c2648 page = read_cache_page_gfp(mapping, blkidx, GFP_NOFS); in f2fs_quota_read()