Home
last modified time | relevance | path

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

1234

/linux-6.6.21/fs/xfs/scrub/
Dxfile.c142 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()
/linux-6.6.21/fs/minix/
Ditree_v1.c34 if ((u64)block * BLOCK_SIZE >= inode->i_sb->s_maxbytes) in block_to_path()
Ditree_v2.c37 if ((u64)block * (u64)sb->s_blocksize >= sb->s_maxbytes) in block_to_path()
Dinode.c166 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-6.6.21/fs/f2fs/
Dverity.c77 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()
/linux-6.6.21/fs/btrfs/
Dverity.c91 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()
/linux-6.6.21/fs/nfs/
Dinternal.h770 sb->s_maxbytes = (loff_t)maxfilesize; in nfs_super_set_maxbytes()
771 if (sb->s_maxbytes > MAX_LFS_FILESIZE || sb->s_maxbytes <= 0) in nfs_super_set_maxbytes()
772 sb->s_maxbytes = MAX_LFS_FILESIZE; in nfs_super_set_maxbytes()
/linux-6.6.21/fs/ramfs/
Dinode.c236 sb->s_maxbytes = MAX_LFS_FILESIZE; in ramfs_fill_super()
/linux-6.6.21/fs/ecryptfs/
Dmain.c572 s->s_maxbytes = path.dentry->d_sb->s_maxbytes; in ecryptfs_mount()
/linux-6.6.21/fs/efivarfs/
Dsuper.c244 sb->s_maxbytes = MAX_LFS_FILESIZE; in efivarfs_fill_super()
/linux-6.6.21/fs/xfs/
Dxfs_pnfs.c158 limit = mp->m_super->s_maxbytes; in xfs_fs_map_blocks()
Dxfs_iomap.c163 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()
1114 XFS_B_TO_FSB(mp, mp->m_super->s_maxbytes)); in xfs_buffered_write_iomap_begin()
Dxfs_bmap_util.c459 max_len = mp->m_super->s_maxbytes; in xfs_getbmap()
483 max_len = mp->m_super->s_maxbytes; in xfs_getbmap()
694 last_fsb = XFS_B_TO_FSB(mp, mp->m_super->s_maxbytes); in xfs_can_free_eofblocks()
/linux-6.6.21/fs/9p/
Dvfs_super.c60 sb->s_maxbytes = MAX_LFS_FILESIZE; in v9fs_fill_super()
/linux-6.6.21/fs/
Dattr.c258 if (offset > inode->i_sb->s_maxbytes) in inode_newsize_ok()
Dread_write.c149 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()
Dsuper.c380 s->s_maxbytes = MAX_NON_LFS; in alloc_super()
1787 WARN((sb->s_maxbytes < 0), "%s set sb->s_maxbytes to " in vfs_get_tree()
1788 "negative value (%lld)\n", fc->fs_type->name, sb->s_maxbytes); in vfs_get_tree()
/linux-6.6.21/fs/ext4/
Dverity.c73 if (pos + count > inode->i_sb->s_maxbytes) in pagecache_write()
Dreadpage.c213 return inode->i_sb->s_maxbytes; in ext4_readpage_limit()
/linux-6.6.21/fs/zonefs/
Dsuper.c1041 sb->s_maxbytes = max(z->z_capacity, sb->s_maxbytes); in zonefs_init_zgroup()
1280 sb->s_maxbytes = 0; in zonefs_fill_super()
/linux-6.6.21/fs/fat/
Dcache.c229 const int limit = sb->s_maxbytes >> sbi->cluster_bits; in fat_get_cluster()
/linux-6.6.21/fs/vboxsf/
Dsuper.c198 sb->s_maxbytes = MAX_LFS_FILESIZE; in vboxsf_fill_super()
/linux-6.6.21/fs/pstore/
Dinode.c433 sb->s_maxbytes = MAX_LFS_FILESIZE; in pstore_fill_super()
/linux-6.6.21/fs/ocfs2/dlmfs/
Ddlmfs.c514 sb->s_maxbytes = MAX_LFS_FILESIZE; in dlmfs_fill_super()
/linux-6.6.21/fs/romfs/
Dsuper.c477 sb->s_maxbytes = 0xFFFFFFFF; in romfs_fill_super()

1234