Searched refs:read_cache_page_gfp (Results 1 – 7 of 7) sorted by relevance
| /linux-6.15/include/linux/ |
| H A D | pagemap.h | 983 extern struct page * read_cache_page_gfp(struct address_space *mapping,
|
| /linux-6.15/mm/ |
| H A D | filemap.c | 3980 struct page *read_cache_page_gfp(struct address_space *mapping, in read_cache_page_gfp() function 3986 EXPORT_SYMBOL(read_cache_page_gfp);
|
| /linux-6.15/fs/btrfs/ |
| H A D | zoned.c | 129 page[i] = read_cache_page_gfp(mapping, in sb_write_pointer()
|
| H A D | disk-io.c | 3745 page = read_cache_page_gfp(mapping, bytenr >> PAGE_SHIFT, GFP_NOFS); in btrfs_read_dev_one_super()
|
| H A D | volumes.c | 1350 page = read_cache_page_gfp(bdev->bd_mapping, index, GFP_KERNEL); in btrfs_read_disk_super()
|
| /linux-6.15/drivers/md/bcache/ |
| H A D | super.c | 174 page = read_cache_page_gfp(bdev->bd_mapping, in read_super()
|
| /linux-6.15/fs/f2fs/ |
| H A D | super.c | 2708 page = read_cache_page_gfp(mapping, blkidx, GFP_NOFS); in f2fs_quota_read()
|