Home
last modified time | relevance | path

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

1234

/linux/fs/f2fs/
A Dverity.c77 if (pos + count > inode->i_sb->s_maxbytes) in pagecache_write()
245 if (pos + size < pos || pos + size > inode->i_sb->s_maxbytes || in f2fs_get_verity_descriptor()
/linux/fs/minix/
A Ditree_v1.c34 if ((u64)block * BLOCK_SIZE >= inode->i_sb->s_maxbytes) in block_to_path()
A Ditree_v2.c37 if ((u64)block * (u64)sb->s_blocksize >= sb->s_maxbytes) in block_to_path()
A 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/fs/btrfs/
A Dverity.c85 if (rounded > inode->i_sb->s_maxbytes) in merkle_file_pos()
720 if (merkle_pos > inode->i_sb->s_maxbytes - off - PAGE_SIZE) in btrfs_read_merkle_tree_page()
800 if (merkle_pos > inode->i_sb->s_maxbytes - off - len) in btrfs_write_merkle_tree_block()
/linux/fs/nfs/
A Dinternal.h681 sb->s_maxbytes = (loff_t)maxfilesize; in nfs_super_set_maxbytes()
682 if (sb->s_maxbytes > MAX_LFS_FILESIZE || sb->s_maxbytes <= 0) in nfs_super_set_maxbytes()
683 sb->s_maxbytes = MAX_LFS_FILESIZE; in nfs_super_set_maxbytes()
/linux/fs/efivarfs/
A Dsuper.c199 sb->s_maxbytes = MAX_LFS_FILESIZE; in efivarfs_fill_super()
/linux/fs/ecryptfs/
A Dmain.c572 s->s_maxbytes = path.dentry->d_sb->s_maxbytes; in ecryptfs_mount()
/linux/fs/xfs/
A Dxfs_pnfs.c123 limit = mp->m_super->s_maxbytes; in xfs_fs_map_blocks()
A Dxfs_iomap.c114 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()
1016 XFS_B_TO_FSB(mp, mp->m_super->s_maxbytes)); in xfs_buffered_write_iomap_begin()
A Dxfs_bmap_util.c459 max_len = mp->m_super->s_maxbytes; in xfs_getbmap()
486 max_len = mp->m_super->s_maxbytes; in xfs_getbmap()
689 last_fsb = XFS_B_TO_FSB(mp, mp->m_super->s_maxbytes); in xfs_can_free_eofblocks()
A Dxfs_file.c995 if (inode->i_sb->s_maxbytes - isize < len) { in xfs_file_fallocate()
1296 return vfs_setpos(file, offset, inode->i_sb->s_maxbytes); in xfs_file_llseek()
/linux/fs/ramfs/
A Dinode.c236 sb->s_maxbytes = MAX_LFS_FILESIZE; in ramfs_fill_super()
/linux/fs/
A Dattr.c179 if (offset > inode->i_sb->s_maxbytes) in inode_newsize_ok()
A Dread_write.c149 inode->i_sb->s_maxbytes, in generic_file_llseek()
1219 max = min(in_inode->i_sb->s_maxbytes, out_inode->i_sb->s_maxbytes); in do_sendfile()
1598 loff_t max_size = inode->i_sb->s_maxbytes; in generic_write_check_limits()
A Dsuper.c258 s->s_maxbytes = MAX_NON_LFS; in alloc_super()
1537 WARN((sb->s_maxbytes < 0), "%s set sb->s_maxbytes to " in vfs_get_tree()
1538 "negative value (%lld)\n", fc->fs_type->name, sb->s_maxbytes); in vfs_get_tree()
/linux/fs/ext4/
A Dverity.c72 if (pos + count > inode->i_sb->s_maxbytes) in pagecache_write()
A Dreadpage.c219 return inode->i_sb->s_maxbytes; in ext4_readpage_limit()
/linux/fs/9p/
A Dvfs_super.c61 sb->s_maxbytes = MAX_LFS_FILESIZE; in v9fs_fill_super()
/linux/fs/fat/
A Dcache.c229 const int limit = sb->s_maxbytes >> sbi->cluster_bits; in fat_get_cluster()
/linux/fs/vboxsf/
A Dsuper.c198 sb->s_maxbytes = MAX_LFS_FILESIZE; in vboxsf_fill_super()
/linux/fs/zonefs/
A Dsuper.c1325 sb->s_maxbytes = max(zi->i_max_size, sb->s_maxbytes); in zonefs_init_file_inode()
1644 sb->s_maxbytes = 0; in zonefs_fill_super()
/linux/fs/pstore/
A Dinode.c432 sb->s_maxbytes = MAX_LFS_FILESIZE; in pstore_fill_super()
/linux/fs/ocfs2/dlmfs/
A Ddlmfs.c506 sb->s_maxbytes = MAX_LFS_FILESIZE; in dlmfs_fill_super()
/linux/fs/romfs/
A Dsuper.c477 sb->s_maxbytes = 0xFFFFFFFF; in romfs_fill_super()

Completed in 40 milliseconds

1234