Home
last modified time | relevance | path

Searched refs:s_maxbytes (Results 1 – 25 of 75) sorted by relevance

123

/Linux-v5.4/fs/f2fs/
Dverity.c75 if (pos + count > inode->i_sb->s_maxbytes) in pagecache_write()
210 if (pos + size < pos || pos + size > inode->i_sb->s_maxbytes || in f2fs_get_verity_descriptor()
/Linux-v5.4/fs/nfs/
Dinternal.h649 sb->s_maxbytes = (loff_t)maxfilesize; in nfs_super_set_maxbytes()
650 if (sb->s_maxbytes > MAX_LFS_FILESIZE || sb->s_maxbytes <= 0) in nfs_super_set_maxbytes()
651 sb->s_maxbytes = MAX_LFS_FILESIZE; in nfs_super_set_maxbytes()
/Linux-v5.4/fs/xfs/
Dxfs_iomap.c537 XFS_B_TO_FSB(mp, mp->m_super->s_maxbytes); in xfs_file_iomap_begin_delay()
955 ASSERT(offset <= mp->m_super->s_maxbytes); in xfs_file_iomap_begin()
956 if (offset > mp->m_super->s_maxbytes - length) in xfs_file_iomap_begin()
957 length = mp->m_super->s_maxbytes - offset; in xfs_file_iomap_begin()
1182 XFS_B_TO_FSB(mp, mp->m_super->s_maxbytes)); in xfs_seek_iomap_begin()
Dxfs_pnfs.c123 limit = mp->m_super->s_maxbytes; in xfs_fs_map_blocks()
Dxfs_bmap_util.c556 max_len = mp->m_super->s_maxbytes; in xfs_getbmap()
583 max_len = mp->m_super->s_maxbytes; in xfs_getbmap()
792 last_fsb = XFS_B_TO_FSB(mp, mp->m_super->s_maxbytes); in xfs_free_eofblocks()
Dxfs_file.c860 if (inode->i_sb->s_maxbytes - isize < len) { in xfs_file_fallocate()
1125 return vfs_setpos(file, offset, inode->i_sb->s_maxbytes); in xfs_file_llseek()
/Linux-v5.4/fs/efivarfs/
Dsuper.c196 sb->s_maxbytes = MAX_LFS_FILESIZE; in efivarfs_fill_super()
/Linux-v5.4/fs/ramfs/
Dinode.c227 sb->s_maxbytes = MAX_LFS_FILESIZE; in ramfs_fill_super()
/Linux-v5.4/fs/
Dattr.c143 if (offset > inode->i_sb->s_maxbytes) in inode_newsize_ok()
Dsuper.c258 s->s_maxbytes = MAX_NON_LFS; in alloc_super()
1582 WARN((sb->s_maxbytes < 0), "%s set sb->s_maxbytes to " in vfs_get_tree()
1583 "negative value (%lld)\n", fc->fs_type->name, sb->s_maxbytes); in vfs_get_tree()
Dioctl.c158 u64 maxbytes = (u64) sb->s_maxbytes; in fiemap_check_ranges()
/Linux-v5.4/fs/ecryptfs/
Dmain.c560 s->s_maxbytes = path.dentry->d_sb->s_maxbytes; in ecryptfs_mount()
/Linux-v5.4/fs/9p/
Dvfs_super.c65 sb->s_maxbytes = MAX_LFS_FILESIZE; in v9fs_fill_super()
/Linux-v5.4/fs/ext4/
Dverity.c75 if (pos + count > inode->i_sb->s_maxbytes) in pagecache_write()
Dreadpage.c207 return inode->i_sb->s_maxbytes; in ext4_readpage_limit()
Dfile.c489 maxbytes = inode->i_sb->s_maxbytes; in ext4_llseek()
/Linux-v5.4/fs/fat/
Dcache.c229 const int limit = sb->s_maxbytes >> sbi->cluster_bits; in fat_get_cluster()
/Linux-v5.4/fs/pstore/
Dinode.c385 sb->s_maxbytes = MAX_LFS_FILESIZE; in pstore_fill_super()
/Linux-v5.4/fs/squashfs/
Dsuper.c188 sb->s_maxbytes = MAX_LFS_FILESIZE; in squashfs_fill_super()
/Linux-v5.4/fs/xfs/scrub/
Dinode.c330 if (isize >= mp->m_super->s_maxbytes) in xchk_dinode()
/Linux-v5.4/fs/erofs/
Dsuper.c375 sb->s_maxbytes = MAX_LFS_FILESIZE; in erofs_fill_super()
/Linux-v5.4/fs/romfs/
Dsuper.c477 sb->s_maxbytes = 0xFFFFFFFF; in romfs_fill_super()
/Linux-v5.4/fs/ocfs2/dlmfs/
Ddlmfs.c552 sb->s_maxbytes = MAX_LFS_FILESIZE; in dlmfs_fill_super()
/Linux-v5.4/fs/orangefs/
Dsuper.c441 sb->s_maxbytes = MAX_LFS_FILESIZE; in orangefs_fill_sb()
/Linux-v5.4/fs/afs/
Dsuper.c438 sb->s_maxbytes = MAX_LFS_FILESIZE; in afs_fill_super()

123