/openbmc/linux/fs/xfs/scrub/ |
H A D | xfile.c | 142 if (inode->i_sb->s_maxbytes - pos < count) in xfile_pread() 220 if (inode->i_sb->s_maxbytes - pos < count) in xfile_pwrite() 334 if (inode->i_sb->s_maxbytes - pos < len) in xfile_get_page()
|
/openbmc/linux/fs/minix/ |
H A D | itree_v1.c | 34 if ((u64)block * BLOCK_SIZE >= inode->i_sb->s_maxbytes) in block_to_path()
|
H A D | itree_v2.c | 37 if ((u64)block * (u64)sb->s_blocksize >= sb->s_maxbytes) in block_to_path()
|
H A D | inode.c | 166 sb->s_maxbytes > (7 + 512 + 512*512) * BLOCK_SIZE) in minix_check_superblock() 207 s->s_maxbytes = ms->s_max_size; in minix_fill_super() 238 s->s_maxbytes = m3s->s_max_size; in minix_fill_super()
|
/openbmc/linux/fs/f2fs/ |
H A D | verity.c | 77 if (pos + count > inode->i_sb->s_maxbytes) in pagecache_write() 240 if (pos + size < pos || pos + size > inode->i_sb->s_maxbytes || in f2fs_get_verity_descriptor()
|
/openbmc/linux/fs/btrfs/ |
H A D | verity.c | 91 if (rounded > inode->i_sb->s_maxbytes) in merkle_file_pos() 725 if (merkle_pos > inode->i_sb->s_maxbytes - off - PAGE_SIZE) in btrfs_read_merkle_tree_page() 798 if (merkle_pos > inode->i_sb->s_maxbytes - pos - size) in btrfs_write_merkle_tree_block()
|
/openbmc/linux/fs/nfs/ |
H A D | internal.h | 768 sb->s_maxbytes = (loff_t)maxfilesize; in nfs_super_set_maxbytes() 769 if (sb->s_maxbytes > MAX_LFS_FILESIZE || sb->s_maxbytes <= 0) in nfs_super_set_maxbytes() 770 sb->s_maxbytes = MAX_LFS_FILESIZE; in nfs_super_set_maxbytes()
|
/openbmc/linux/fs/ecryptfs/ |
H A D | main.c | 572 s->s_maxbytes = path.dentry->d_sb->s_maxbytes; in ecryptfs_mount()
|
/openbmc/linux/fs/ramfs/ |
H A D | inode.c | 236 sb->s_maxbytes = MAX_LFS_FILESIZE; in ramfs_fill_super()
|
/openbmc/linux/fs/efivarfs/ |
H A D | super.c | 241 sb->s_maxbytes = MAX_LFS_FILESIZE; in efivarfs_fill_super()
|
/openbmc/linux/fs/9p/ |
H A D | vfs_super.c | 60 sb->s_maxbytes = MAX_LFS_FILESIZE; in v9fs_fill_super()
|
/openbmc/linux/fs/xfs/ |
H A D | xfs_pnfs.c | 158 limit = mp->m_super->s_maxbytes; in xfs_fs_map_blocks()
|
H A D | xfs_iomap.c | 163 ASSERT(offset <= mp->m_super->s_maxbytes); in xfs_iomap_end_fsb() 165 XFS_B_TO_FSB(mp, mp->m_super->s_maxbytes)); in xfs_iomap_end_fsb() 1122 XFS_B_TO_FSB(mp, mp->m_super->s_maxbytes)); in xfs_buffered_write_iomap_begin()
|
H A D | xfs_bmap_util.c | 459 max_len = mp->m_super->s_maxbytes; in xfs_getbmap() 483 max_len = mp->m_super->s_maxbytes; in xfs_getbmap() 692 last_fsb = XFS_B_TO_FSB(mp, mp->m_super->s_maxbytes); in xfs_can_free_eofblocks()
|
H A D | xfs_file.c | 1032 if (inode->i_sb->s_maxbytes - isize < len) { in xfs_file_fallocate() 1321 return vfs_setpos(file, offset, inode->i_sb->s_maxbytes); in xfs_file_llseek()
|
/openbmc/linux/fs/ |
H A D | attr.c | 258 if (offset > inode->i_sb->s_maxbytes) in inode_newsize_ok()
|
H A D | read_write.c | 149 inode->i_sb->s_maxbytes, in generic_file_llseek() 1228 max = min(in_inode->i_sb->s_maxbytes, out_inode->i_sb->s_maxbytes); in do_sendfile() 1632 loff_t max_size = inode->i_sb->s_maxbytes; in generic_write_check_limits()
|
H A D | super.c | 380 s->s_maxbytes = MAX_NON_LFS; in alloc_super() 1801 WARN((sb->s_maxbytes < 0), "%s set sb->s_maxbytes to " in vfs_get_tree() 1802 "negative value (%lld)\n", fc->fs_type->name, sb->s_maxbytes); in vfs_get_tree()
|
/openbmc/linux/fs/ext4/ |
H A D | verity.c | 73 if (pos + count > inode->i_sb->s_maxbytes) in pagecache_write()
|
H A D | readpage.c | 213 return inode->i_sb->s_maxbytes; in ext4_readpage_limit()
|
/openbmc/linux/fs/zonefs/ |
H A D | super.c | 1041 sb->s_maxbytes = max(z->z_capacity, sb->s_maxbytes); in zonefs_init_zgroup() 1280 sb->s_maxbytes = 0; in zonefs_fill_super()
|
/openbmc/linux/fs/fat/ |
H A D | cache.c | 229 const int limit = sb->s_maxbytes >> sbi->cluster_bits; in fat_get_cluster()
|
/openbmc/linux/fs/vboxsf/ |
H A D | super.c | 198 sb->s_maxbytes = MAX_LFS_FILESIZE; in vboxsf_fill_super()
|
/openbmc/linux/fs/pstore/ |
H A D | inode.c | 419 sb->s_maxbytes = MAX_LFS_FILESIZE; in pstore_fill_super()
|
/openbmc/linux/fs/ocfs2/dlmfs/ |
H A D | dlmfs.c | 514 sb->s_maxbytes = MAX_LFS_FILESIZE; in dlmfs_fill_super()
|