Searched refs:s_maxbytes (Results 1 – 25 of 77) sorted by relevance
1234
/Linux-v5.10/fs/f2fs/ |
D | verity.c | 77 if (pos + count > inode->i_sb->s_maxbytes) in pagecache_write() 212 if (pos + size < pos || pos + size > inode->i_sb->s_maxbytes || in f2fs_get_verity_descriptor()
|
/Linux-v5.10/fs/minix/ |
D | itree_v1.c | 34 if ((u64)block * BLOCK_SIZE >= inode->i_sb->s_maxbytes) in block_to_path()
|
D | itree_v2.c | 37 if ((u64)block * (u64)sb->s_blocksize >= sb->s_maxbytes) in block_to_path()
|
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()
|
/Linux-v5.10/fs/nfs/ |
D | internal.h | 665 sb->s_maxbytes = (loff_t)maxfilesize; in nfs_super_set_maxbytes() 666 if (sb->s_maxbytes > MAX_LFS_FILESIZE || sb->s_maxbytes <= 0) in nfs_super_set_maxbytes() 667 sb->s_maxbytes = MAX_LFS_FILESIZE; in nfs_super_set_maxbytes()
|
/Linux-v5.10/fs/efivarfs/ |
D | super.c | 199 sb->s_maxbytes = MAX_LFS_FILESIZE; in efivarfs_fill_super()
|
/Linux-v5.10/fs/ramfs/ |
D | inode.c | 222 sb->s_maxbytes = MAX_LFS_FILESIZE; in ramfs_fill_super()
|
/Linux-v5.10/fs/xfs/ |
D | xfs_pnfs.c | 123 limit = mp->m_super->s_maxbytes; in xfs_fs_map_blocks()
|
D | xfs_iomap.c | 114 ASSERT(offset <= mp->m_super->s_maxbytes); in xfs_iomap_end_fsb() 116 XFS_B_TO_FSB(mp, mp->m_super->s_maxbytes)); in xfs_iomap_end_fsb() 1011 XFS_B_TO_FSB(mp, mp->m_super->s_maxbytes)); in xfs_buffered_write_iomap_begin()
|
D | xfs_bmap_util.c | 417 max_len = mp->m_super->s_maxbytes; in xfs_getbmap() 444 max_len = mp->m_super->s_maxbytes; in xfs_getbmap() 653 last_fsb = XFS_B_TO_FSB(mp, mp->m_super->s_maxbytes); in xfs_free_eofblocks()
|
D | xfs_file.c | 917 if (inode->i_sb->s_maxbytes - isize < len) { in xfs_file_fallocate() 1217 return vfs_setpos(file, offset, inode->i_sb->s_maxbytes); in xfs_file_llseek()
|
/Linux-v5.10/fs/ |
D | attr.c | 143 if (offset > inode->i_sb->s_maxbytes) in inode_newsize_ok()
|
D | read_write.c | 149 inode->i_sb->s_maxbytes, in generic_file_llseek() 1236 max = min(in_inode->i_sb->s_maxbytes, out_inode->i_sb->s_maxbytes); in do_sendfile() 1606 loff_t max_size = inode->i_sb->s_maxbytes; in generic_write_check_limits()
|
D | super.c | 258 s->s_maxbytes = MAX_NON_LFS; in alloc_super() 1586 WARN((sb->s_maxbytes < 0), "%s set sb->s_maxbytes to " in vfs_get_tree() 1587 "negative value (%lld)\n", fc->fs_type->name, sb->s_maxbytes); in vfs_get_tree()
|
/Linux-v5.10/fs/ecryptfs/ |
D | main.c | 560 s->s_maxbytes = path.dentry->d_sb->s_maxbytes; in ecryptfs_mount()
|
/Linux-v5.10/fs/9p/ |
D | vfs_super.c | 65 sb->s_maxbytes = MAX_LFS_FILESIZE; in v9fs_fill_super()
|
/Linux-v5.10/fs/ext4/ |
D | verity.c | 75 if (pos + count > inode->i_sb->s_maxbytes) in pagecache_write()
|
D | readpage.c | 219 return inode->i_sb->s_maxbytes; in ext4_readpage_limit()
|
/Linux-v5.10/fs/fat/ |
D | cache.c | 229 const int limit = sb->s_maxbytes >> sbi->cluster_bits; in fat_get_cluster()
|
/Linux-v5.10/fs/zonefs/ |
D | super.c | 1260 sb->s_maxbytes = max(zi->i_max_size, sb->s_maxbytes); in zonefs_init_file_inode() 1579 sb->s_maxbytes = 0; in zonefs_fill_super()
|
/Linux-v5.10/fs/vboxsf/ |
D | super.c | 201 sb->s_maxbytes = MAX_LFS_FILESIZE; in vboxsf_fill_super()
|
/Linux-v5.10/fs/pstore/ |
D | inode.c | 432 sb->s_maxbytes = MAX_LFS_FILESIZE; in pstore_fill_super()
|
/Linux-v5.10/fs/squashfs/ |
D | super.c | 188 sb->s_maxbytes = MAX_LFS_FILESIZE; in squashfs_fill_super()
|
/Linux-v5.10/fs/ocfs2/dlmfs/ |
D | dlmfs.c | 505 sb->s_maxbytes = MAX_LFS_FILESIZE; in dlmfs_fill_super()
|
/Linux-v5.10/fs/xfs/scrub/ |
D | inode.c | 345 if (isize >= mp->m_super->s_maxbytes) in xchk_dinode()
|
1234