Searched refs:nrpages (Results 51 - 56 of 56) sorted by relevance

123

/linux-master/fs/f2fs/
H A Dfile.c1399 pgoff_t nrpages = DIV_ROUND_UP(i_size_read(inode), PAGE_SIZE); local
1413 ret = __exchange_data_block(inode, inode, end, start, nrpages - end, true);
H A Df2fs.h3774 int f2fs_ra_meta_pages(struct f2fs_sb_info *sbi, block_t start, int nrpages,
/linux-master/fs/nfs/
H A Dpnfs.c2282 (i_size_read(ino) == 0 || ino->i_mapping->nrpages != 0))
/linux-master/fs/ext4/
H A Dinode.c2533 if (!mapping->nrpages || !mapping_tagged(mapping, PAGECACHE_TAG_DIRTY))
/linux-master/fs/btrfs/
H A Dsend.c5767 * if the inode's mapping nrpages is 0 when we first open it, and
5778 sctx->clean_page_cache = (sctx->cur_inode->i_mapping->nrpages == 0);
H A Dinode.c8658 WARN_ON(vfs_inode->i_data.nrpages);

Completed in 185 milliseconds

123