Home
last modified time | relevance | path

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

1234

/linux-6.15/fs/xfs/scrub/
H A Dxfile.c118 if (inode->i_sb->s_maxbytes - pos < count) in xfile_load()
181 if (inode->i_sb->s_maxbytes - pos < count) in xfile_store()
257 if (inode->i_sb->s_maxbytes - pos < len) in xfile_get_folio()
/linux-6.15/fs/xfs/
H A Dxfs_buf_mem.c82 i_size_write(inode, inode->i_sb->s_maxbytes); in xmbuf_alloc()
182 return daddr < (inode->i_sb->s_maxbytes >> BBSHIFT); in xmbuf_verify_daddr()
H A Dxfs_pnfs.c157 limit = mp->m_super->s_maxbytes; in xfs_fs_map_blocks()
H A Dxfs_bmap_util.c305 max_len = mp->m_super->s_maxbytes; in xfs_getbmap()
328 max_len = mp->m_super->s_maxbytes; in xfs_getbmap()
552 last_fsb = XFS_B_TO_FSB(mp, mp->m_super->s_maxbytes); in xfs_can_free_eofblocks()
/linux-6.15/fs/minix/
H A Ditree_v1.c34 if ((u64)block * BLOCK_SIZE >= inode->i_sb->s_maxbytes) in block_to_path()
H A Ditree_v2.c37 if ((u64)block * (u64)sb->s_blocksize >= sb->s_maxbytes) in block_to_path()
H A Dinode.c167 sb->s_maxbytes > (7 + 512 + 512*512) * BLOCK_SIZE) in minix_check_superblock()
209 s->s_maxbytes = ms->s_max_size; in minix_fill_super()
240 s->s_maxbytes = m3s->s_max_size; in minix_fill_super()
/linux-6.15/fs/btrfs/
H A Dverity.c90 if (rounded > inode->i_sb->s_maxbytes) in merkle_file_pos()
724 if (merkle_pos > inode->i_sb->s_maxbytes - off - PAGE_SIZE) in btrfs_read_merkle_tree_page()
797 if (merkle_pos > inode->i_sb->s_maxbytes - pos - size) in btrfs_write_merkle_tree_block()
/linux-6.15/fs/nfs/
H A Dinternal.h827 sb->s_maxbytes = (loff_t)maxfilesize; in nfs_super_set_maxbytes()
828 if (sb->s_maxbytes > MAX_LFS_FILESIZE || sb->s_maxbytes <= 0) in nfs_super_set_maxbytes()
829 sb->s_maxbytes = MAX_LFS_FILESIZE; in nfs_super_set_maxbytes()
/linux-6.15/fs/
H A Dread_write.c205 loff_t maxsize = inode->i_sb->s_maxbytes; in generic_llseek_cookie()
249 inode->i_sb->s_maxbytes, in generic_file_llseek()
1344 max = min(in_inode->i_sb->s_maxbytes, out_inode->i_sb->s_maxbytes); in do_sendfile()
1706 loff_t max_size = inode->i_sb->s_maxbytes; in generic_write_check_limits()
H A Dattr.c254 if (offset > inode->i_sb->s_maxbytes) in inode_newsize_ok()
H A Dsuper.c372 s->s_maxbytes = MAX_NON_LFS; in alloc_super()
1796 WARN((sb->s_maxbytes < 0), "%s set sb->s_maxbytes to " in vfs_get_tree()
1797 "negative value (%lld)\n", fc->fs_type->name, sb->s_maxbytes); in vfs_get_tree()
/linux-6.15/fs/9p/
H A Dvfs_super.c60 sb->s_maxbytes = MAX_LFS_FILESIZE; in v9fs_fill_super()
/linux-6.15/fs/ecryptfs/
H A Dmain.c523 s->s_maxbytes = path.dentry->d_sb->s_maxbytes; in ecryptfs_get_tree()
/linux-6.15/fs/ramfs/
H A Dinode.c267 sb->s_maxbytes = MAX_LFS_FILESIZE; in ramfs_fill_super()
/linux-6.15/fs/ext4/
H A Dreadpage.c206 return inode->i_sb->s_maxbytes; in ext4_readpage_limit()
H A Dverity.c73 if (pos + count > inode->i_sb->s_maxbytes) in pagecache_write()
/linux-6.15/fs/crypto/
H A Dfscrypt_private.h340 return fls64(sb->s_maxbytes - 1) - du_bits; in fscrypt_max_file_dun_bits()
/linux-6.15/fs/zonefs/
H A Dsuper.c1023 sb->s_maxbytes = max(z->z_capacity, sb->s_maxbytes); in zonefs_init_zgroup()
1262 sb->s_maxbytes = 0; in zonefs_fill_super()
/linux-6.15/fs/fat/
H A Dcache.c229 const int limit = sb->s_maxbytes >> sbi->cluster_bits; in fat_get_cluster()
/linux-6.15/fs/vboxsf/
H A Dsuper.c190 sb->s_maxbytes = MAX_LFS_FILESIZE; in vboxsf_fill_super()
/linux-6.15/fs/pstore/
H A Dinode.c416 sb->s_maxbytes = MAX_LFS_FILESIZE; in pstore_fill_super()
/linux-6.15/fs/ocfs2/dlmfs/
H A Ddlmfs.c512 sb->s_maxbytes = MAX_LFS_FILESIZE; in dlmfs_fill_super()
/linux-6.15/fs/romfs/
H A Dsuper.c468 sb->s_maxbytes = 0xFFFFFFFF; in romfs_fill_super()
/linux-6.15/fs/efivarfs/
H A Dsuper.c343 sb->s_maxbytes = MAX_LFS_FILESIZE; in efivarfs_fill_super()

1234