Searched refs:rpages (Results 1 - 7 of 7) sorted by relevance

/linux-master/fs/f2fs/
H A Dcompress.c105 if (!cc->rpages[i])
108 unlock_page(cc->rpages[i]);
110 put_page(cc->rpages[i]);
130 if (!cc->rpages[i])
133 redirty_page_for_writepage(wbc, cc->rpages[i]);
134 f2fs_put_page(cc->rpages[i], unlock);
140 return ((struct compress_io_ctx *)page_private(page))->rpages[0];
145 if (cc->rpages)
148 cc->rpages = page_array_alloc(cc->inode, cc->cluster_size);
149 return cc->rpages
1196 struct page **rpages = fsdata; local
[all...]
H A Ddata.c2177 struct page *page = cc->rpages[i];
2191 cc->rpages[i] = NULL;
2312 if (cc->rpages[i]) {
2313 ClearPageUptodate(cc->rpages[i]);
2314 unlock_page(cc->rpages[i]);
2338 .rpages = NULL,
2951 .rpages = NULL,
H A Df2fs.h1472 struct page **rpages; /* pages store raw data in cluster */ member in struct:compress_ctx
1473 unsigned int nr_rpages; /* total page number in rpages */
1477 void *rbuf; /* virtual mapped address on rpages */
1489 struct page **rpages; /* pages store raw data in cluster */ member in struct:compress_io_ctx
1490 unsigned int nr_rpages; /* total page number in rpages */
1501 struct page **rpages; /* pages store raw data in cluster */ member in struct:decompress_io_ctx
1502 unsigned int nr_rpages; /* total page number in rpages */
1506 void *rbuf; /* virtual mapped address on rpages */
/linux-master/include/linux/
H A Dnfs_fs_sb.h164 unsigned int rpages; /* read size (in pages) */ member in struct:nfs_server
/linux-master/arch/powerpc/platforms/pseries/
H A Diommu.c320 long rpages = npages; local
328 limit = min_t(unsigned long, rpages, 512);
333 rpages -= limit;
335 } while (rpages > 0 && !rc);
/linux-master/fs/nfs/
H A Dsuper.c1312 s->s_bdi->io_pages = server->rpages;
H A Dclient.c790 server->rpages = (server->rsize + PAGE_SIZE - 1) >> PAGE_SHIFT;

Completed in 154 milliseconds