/kernel/linux/linux-6.6/fs/f2fs/ |
H A D | compress.c | 105 if (!cc->rpages[i]) in f2fs_drop_rpages() 108 unlock_page(cc->rpages[i]); in f2fs_drop_rpages() 110 put_page(cc->rpages[i]); in f2fs_drop_rpages() 130 if (!cc->rpages[i]) in f2fs_put_rpages_wbc() 133 redirty_page_for_writepage(wbc, cc->rpages[i]); in f2fs_put_rpages_wbc() 134 f2fs_put_page(cc->rpages[i], unlock); in f2fs_put_rpages_wbc() 140 return ((struct compress_io_ctx *)page_private(page))->rpages[0]; in f2fs_compress_control_page() 145 if (cc->rpages) in f2fs_init_compress_ctx() 148 cc->rpages = page_array_alloc(cc->inode, cc->cluster_size); in f2fs_init_compress_ctx() 149 return cc->rpages in f2fs_init_compress_ctx() 1189 struct page **rpages = fsdata; f2fs_truncate_partial_cluster() local [all...] |
H A D | data.c | 2254 struct page *page = cc->rpages[i]; in f2fs_read_multi_pages() 2268 cc->rpages[i] = NULL; in f2fs_read_multi_pages() 2389 if (cc->rpages[i]) { in f2fs_read_multi_pages() 2390 ClearPageUptodate(cc->rpages[i]); in f2fs_read_multi_pages() 2391 unlock_page(cc->rpages[i]); in f2fs_read_multi_pages() 2415 .rpages = NULL, in f2fs_mpage_readpages() 3029 .rpages = NULL, in f2fs_write_cache_pages()
|
H A D | f2fs.h | 1464 struct page **rpages; /* pages store raw data in cluster */ member 1465 unsigned int nr_rpages; /* total page number in rpages */ 1469 void *rbuf; /* virtual mapped address on rpages */ 1481 struct page **rpages; /* pages store raw data in cluster */ member 1482 unsigned int nr_rpages; /* total page number in rpages */ 1493 struct page **rpages; /* pages store raw data in cluster */ member 1494 unsigned int nr_rpages; /* total page number in rpages */ 1498 void *rbuf; /* virtual mapped address on rpages */
|
/kernel/linux/linux-5.10/fs/f2fs/ |
H A D | compress.c | 107 if (!cc->rpages[i]) in f2fs_drop_rpages() 110 unlock_page(cc->rpages[i]); in f2fs_drop_rpages() 112 put_page(cc->rpages[i]); in f2fs_drop_rpages() 132 if (!cc->rpages[i]) in f2fs_put_rpages_wbc() 135 redirty_page_for_writepage(wbc, cc->rpages[i]); in f2fs_put_rpages_wbc() 136 f2fs_put_page(cc->rpages[i], unlock); in f2fs_put_rpages_wbc() 142 return ((struct compress_io_ctx *)page_private(page))->rpages[0]; in f2fs_compress_control_page() 147 if (cc->rpages) in f2fs_init_compress_ctx() 150 cc->rpages = page_array_alloc(cc->inode, cc->cluster_size); in f2fs_init_compress_ctx() 151 return cc->rpages in f2fs_init_compress_ctx() 1116 struct page **rpages = fsdata; f2fs_truncate_partial_cluster() local 1548 f2fs_decompress_end_io(struct page **rpages, unsigned int cluster_size, bool err, bool verity) f2fs_decompress_end_io() argument [all...] |
H A D | data.c | 188 static void f2fs_verify_pages(struct page **rpages, unsigned int cluster_size) in f2fs_verify_pages() argument 190 f2fs_decompress_end_io(rpages, cluster_size, false, true); in f2fs_verify_pages() 207 f2fs_verify_pages(dic->rpages, in f2fs_verify_bio() 2216 struct page *page = cc->rpages[i]; in f2fs_read_multi_pages() 2230 cc->rpages[i] = NULL; in f2fs_read_multi_pages() 2330 f2fs_decompress_end_io(dic->rpages, in f2fs_read_multi_pages() 2367 f2fs_decompress_end_io(cc->rpages, cc->cluster_size, true, false); in f2fs_read_multi_pages() 2394 .rpages = NULL, in f2fs_mpage_readpages() 2995 .rpages = NULL, in f2fs_write_cache_pages()
|
H A D | f2fs.h | 1327 struct page **rpages; /* pages store raw data in cluster */ member 1328 unsigned int nr_rpages; /* total page number in rpages */ 1331 void *rbuf; /* virtual mapped address on rpages */ 1343 struct page **rpages; /* pages store raw data in cluster */ member 1344 unsigned int nr_rpages; /* total page number in rpages */ 1355 struct page **rpages; /* pages store raw data in cluster */ member 1356 unsigned int nr_rpages; /* total page number in rpages */ 1360 void *rbuf; /* virtual mapped address on rpages */ 3949 void f2fs_decompress_end_io(struct page **rpages,
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | nfs_fs_sb.h | 159 unsigned int rpages; /* read size (in pages) */ member
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | nfs_fs_sb.h | 163 unsigned int rpages; /* read size (in pages) */ member
|
/kernel/linux/linux-6.6/arch/powerpc/platforms/pseries/ |
H A D | iommu.c | 320 long rpages = npages; in tce_freemulti_pSeriesLP() local 328 limit = min_t(unsigned long, rpages, 512); in tce_freemulti_pSeriesLP() 333 rpages -= limit; in tce_freemulti_pSeriesLP() 335 } while (rpages > 0 && !rc); in tce_freemulti_pSeriesLP()
|
/kernel/linux/linux-5.10/fs/nfs/ |
H A D | super.c | 1273 s->s_bdi->io_pages = server->rpages; in nfs_get_tree_common()
|
H A D | client.c | 774 server->rpages = (server->rsize + PAGE_SIZE - 1) >> PAGE_SHIFT; in nfs_server_set_fsinfo()
|
/kernel/linux/linux-6.6/fs/nfs/ |
H A D | super.c | 1299 s->s_bdi->io_pages = server->rpages; in nfs_get_tree_common()
|
H A D | client.c | 793 server->rpages = (server->rsize + PAGE_SIZE - 1) >> PAGE_SHIFT; in nfs_server_set_fsinfo()
|