Home
last modified time | relevance | path

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

123

/Linux-v4.19/fs/nfs/
Dinternal.h655 sb->s_maxbytes = (loff_t)maxfilesize; in nfs_super_set_maxbytes()
656 if (sb->s_maxbytes > MAX_LFS_FILESIZE || sb->s_maxbytes <= 0) in nfs_super_set_maxbytes()
657 sb->s_maxbytes = MAX_LFS_FILESIZE; in nfs_super_set_maxbytes()
/Linux-v4.19/fs/xfs/
Dxfs_iomap.c512 XFS_B_TO_FSB(mp, mp->m_super->s_maxbytes); in xfs_file_iomap_begin_delay()
1028 ASSERT(offset <= mp->m_super->s_maxbytes); in xfs_file_iomap_begin()
1029 if (offset > mp->m_super->s_maxbytes - length) in xfs_file_iomap_begin()
1030 length = mp->m_super->s_maxbytes - offset; in xfs_file_iomap_begin()
Dxfs_aops.c369 ASSERT(offset <= mp->m_super->s_maxbytes); in xfs_map_blocks()
371 if (offset > mp->m_super->s_maxbytes - count) in xfs_map_blocks()
372 count = mp->m_super->s_maxbytes - offset; in xfs_map_blocks()
Dxfs_pnfs.c130 limit = mp->m_super->s_maxbytes; in xfs_fs_map_blocks()
Dxfs_file.c852 if (inode->i_sb->s_maxbytes - isize < len) { in xfs_file_fallocate()
1041 return vfs_setpos(file, offset, inode->i_sb->s_maxbytes); in xfs_file_llseek()
Dxfs_bmap_util.c561 max_len = mp->m_super->s_maxbytes; in xfs_getbmap()
588 max_len = mp->m_super->s_maxbytes; in xfs_getbmap()
797 last_fsb = XFS_B_TO_FSB(mp, mp->m_super->s_maxbytes); in xfs_free_eofblocks()
/Linux-v4.19/fs/efivarfs/
Dsuper.c202 sb->s_maxbytes = MAX_LFS_FILESIZE; in efivarfs_fill_super()
/Linux-v4.19/fs/ramfs/
Dinode.c235 sb->s_maxbytes = MAX_LFS_FILESIZE; in ramfs_fill_super()
/Linux-v4.19/fs/
Dattr.c143 if (offset > inode->i_sb->s_maxbytes) in inode_newsize_ok()
Dsuper.c255 s->s_maxbytes = MAX_NON_LFS; in alloc_super()
1289 WARN((sb->s_maxbytes < 0), "%s set sb->s_maxbytes to " in mount_fs()
1290 "negative value (%lld)\n", type->name, sb->s_maxbytes); in mount_fs()
Dioctl.c158 u64 maxbytes = (u64) sb->s_maxbytes; in fiemap_check_ranges()
/Linux-v4.19/fs/ecryptfs/
Dmain.c574 s->s_maxbytes = path.dentry->d_sb->s_maxbytes; in ecryptfs_mount()
/Linux-v4.19/fs/9p/
Dvfs_super.c80 sb->s_maxbytes = MAX_LFS_FILESIZE; in v9fs_fill_super()
/Linux-v4.19/fs/fat/
Dcache.c229 const int limit = sb->s_maxbytes >> sbi->cluster_bits; in fat_get_cluster()
/Linux-v4.19/fs/ext4/
Dfile.c474 maxbytes = inode->i_sb->s_maxbytes; in ext4_llseek()
/Linux-v4.19/fs/pstore/
Dinode.c441 sb->s_maxbytes = MAX_LFS_FILESIZE; in pstore_fill_super()
/Linux-v4.19/fs/squashfs/
Dsuper.c198 sb->s_maxbytes = MAX_LFS_FILESIZE; in squashfs_fill_super()
/Linux-v4.19/mm/
Dfilemap.c2065 if (unlikely(*ppos >= inode->i_sb->s_maxbytes)) in generic_file_buffered_read()
2067 iov_iter_truncate(iter, inode->i_sb->s_maxbytes); in generic_file_buffered_read()
2969 if (unlikely(pos >= inode->i_sb->s_maxbytes)) in generic_write_checks()
2972 iov_iter_truncate(from, inode->i_sb->s_maxbytes - pos); in generic_write_checks()
/Linux-v4.19/drivers/staging/erofs/
Dsuper.c344 sb->s_maxbytes = MAX_LFS_FILESIZE; in erofs_read_super()
/Linux-v4.19/fs/xfs/scrub/
Dinode.c340 if (isize >= mp->m_super->s_maxbytes) in xchk_dinode()
/Linux-v4.19/fs/ocfs2/dlmfs/
Ddlmfs.c573 sb->s_maxbytes = MAX_LFS_FILESIZE; in dlmfs_fill_super()
/Linux-v4.19/fs/overlayfs/
Dfile.c151 realinode->i_sb->s_maxbytes, in ovl_llseek()
/Linux-v4.19/fs/romfs/
Dsuper.c485 sb->s_maxbytes = 0xFFFFFFFF; in romfs_fill_super()
/Linux-v4.19/fs/orangefs/
Dsuper.c429 sb->s_maxbytes = MAX_LFS_FILESIZE; in orangefs_fill_sb()
/Linux-v4.19/fs/cifs/
Dcifsfs.c146 sb->s_maxbytes = MAX_LFS_FILESIZE; in cifs_read_super()
148 sb->s_maxbytes = MAX_NON_LFS; in cifs_read_super()

123