Searched refs:s_maxbytes (Results 1 – 25 of 70) sorted by relevance
123
/Linux-v4.19/fs/nfs/ |
D | internal.h | 655 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/ |
D | xfs_iomap.c | 512 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()
|
D | xfs_aops.c | 369 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()
|
D | xfs_pnfs.c | 130 limit = mp->m_super->s_maxbytes; in xfs_fs_map_blocks()
|
D | xfs_file.c | 852 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()
|
D | xfs_bmap_util.c | 561 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/ |
D | super.c | 202 sb->s_maxbytes = MAX_LFS_FILESIZE; in efivarfs_fill_super()
|
/Linux-v4.19/fs/ramfs/ |
D | inode.c | 235 sb->s_maxbytes = MAX_LFS_FILESIZE; in ramfs_fill_super()
|
/Linux-v4.19/fs/ |
D | attr.c | 143 if (offset > inode->i_sb->s_maxbytes) in inode_newsize_ok()
|
D | super.c | 255 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()
|
D | ioctl.c | 158 u64 maxbytes = (u64) sb->s_maxbytes; in fiemap_check_ranges()
|
/Linux-v4.19/fs/ecryptfs/ |
D | main.c | 574 s->s_maxbytes = path.dentry->d_sb->s_maxbytes; in ecryptfs_mount()
|
/Linux-v4.19/fs/9p/ |
D | vfs_super.c | 80 sb->s_maxbytes = MAX_LFS_FILESIZE; in v9fs_fill_super()
|
/Linux-v4.19/fs/fat/ |
D | cache.c | 229 const int limit = sb->s_maxbytes >> sbi->cluster_bits; in fat_get_cluster()
|
/Linux-v4.19/fs/ext4/ |
D | file.c | 474 maxbytes = inode->i_sb->s_maxbytes; in ext4_llseek()
|
/Linux-v4.19/fs/pstore/ |
D | inode.c | 441 sb->s_maxbytes = MAX_LFS_FILESIZE; in pstore_fill_super()
|
/Linux-v4.19/fs/squashfs/ |
D | super.c | 198 sb->s_maxbytes = MAX_LFS_FILESIZE; in squashfs_fill_super()
|
/Linux-v4.19/mm/ |
D | filemap.c | 2065 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/ |
D | super.c | 344 sb->s_maxbytes = MAX_LFS_FILESIZE; in erofs_read_super()
|
/Linux-v4.19/fs/xfs/scrub/ |
D | inode.c | 340 if (isize >= mp->m_super->s_maxbytes) in xchk_dinode()
|
/Linux-v4.19/fs/ocfs2/dlmfs/ |
D | dlmfs.c | 573 sb->s_maxbytes = MAX_LFS_FILESIZE; in dlmfs_fill_super()
|
/Linux-v4.19/fs/overlayfs/ |
D | file.c | 151 realinode->i_sb->s_maxbytes, in ovl_llseek()
|
/Linux-v4.19/fs/romfs/ |
D | super.c | 485 sb->s_maxbytes = 0xFFFFFFFF; in romfs_fill_super()
|
/Linux-v4.19/fs/orangefs/ |
D | super.c | 429 sb->s_maxbytes = MAX_LFS_FILESIZE; in orangefs_fill_sb()
|
/Linux-v4.19/fs/cifs/ |
D | cifsfs.c | 146 sb->s_maxbytes = MAX_LFS_FILESIZE; in cifs_read_super() 148 sb->s_maxbytes = MAX_NON_LFS; in cifs_read_super()
|
123