Searched refs:s_maxbytes (Results 1 – 25 of 65) sorted by relevance
123
| /linux/fs/xfs/scrub/ |
| H A D | xfile.c | 118 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/fs/xfs/ |
| H A D | xfs_buf_mem.c | 82 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 D | xfs_bmap_util.c | 305 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()
|
| H A D | xfs_iomap.c | 192 ASSERT(offset <= mp->m_super->s_maxbytes); in xfs_iomap_end_fsb() 194 XFS_B_TO_FSB(mp, mp->m_super->s_maxbytes)); in xfs_iomap_end_fsb() 1963 XFS_B_TO_FSB(mp, mp->m_super->s_maxbytes)); in xfs_buffered_write_iomap_begin()
|
| /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 | 183 sb->s_maxbytes > (7 + 512 + 512*512) * BLOCK_SIZE) in minix_check_superblock() 225 s->s_maxbytes = ms->s_max_size; in minix_fill_super() 256 s->s_maxbytes = m3s->s_max_size; in minix_fill_super()
|
| /linux/fs/btrfs/ |
| H A D | verity.c | 90 if (rounded > inode->i_sb->s_maxbytes) in merkle_file_pos() 718 if (merkle_pos > inode->i_sb->s_maxbytes - off - PAGE_SIZE) in btrfs_read_merkle_tree_page() 791 if (merkle_pos > inode->i_sb->s_maxbytes - pos - size) in btrfs_write_merkle_tree_block()
|
| /linux/fs/nfs/ |
| H A D | internal.h | 849 sb->s_maxbytes = (loff_t)maxfilesize; in nfs_super_set_maxbytes() 850 if (sb->s_maxbytes > MAX_LFS_FILESIZE || sb->s_maxbytes <= 0) in nfs_super_set_maxbytes() 851 sb->s_maxbytes = MAX_LFS_FILESIZE; in nfs_super_set_maxbytes()
|
| /linux/include/linux/fs/ |
| H A D | super_types.h | 134 loff_t s_maxbytes; /* Max file size */ member
|
| /linux/fs/ |
| H A D | read_write.c | 205 loff_t maxsize = inode->i_sb->s_maxbytes; in generic_llseek_cookie() 249 inode->i_sb->s_maxbytes, in generic_file_llseek() 1346 max = min(in_inode->i_sb->s_maxbytes, out_inode->i_sb->s_maxbytes); in do_sendfile() 1712 loff_t max_size = inode->i_sb->s_maxbytes; in generic_write_check_limits()
|
| H A D | super.c | 372 s->s_maxbytes = MAX_NON_LFS; in alloc_super() 1788 WARN((sb->s_maxbytes < 0), "%s set sb->s_maxbytes to " in vfs_get_tree() 1789 "negative value (%lld)\n", fc->fs_type->name, sb->s_maxbytes); in vfs_get_tree()
|
| /linux/fs/ecryptfs/ |
| H A D | main.c | 529 s->s_maxbytes = path.dentry->d_sb->s_maxbytes; in ecryptfs_get_tree()
|
| /linux/fs/ramfs/ |
| H A D | inode.c | 265 sb->s_maxbytes = MAX_LFS_FILESIZE; in ramfs_fill_super()
|
| /linux/fs/zonefs/ |
| H A D | super.c | 1023 sb->s_maxbytes = max(z->z_capacity, sb->s_maxbytes); in zonefs_init_zgroup() 1253 sb->s_maxbytes = 0; in zonefs_fill_super()
|
| /linux/fs/9p/ |
| H A D | vfs_super.c | 39 sb->s_maxbytes = MAX_LFS_FILESIZE; in v9fs_fill_super()
|
| /linux/fs/crypto/ |
| H A D | fscrypt_private.h | 375 return fls64(sb->s_maxbytes - 1) - du_bits; in fscrypt_max_file_dun_bits()
|
| /linux/fs/kernfs/ |
| H A D | mount.c | 301 sb->s_maxbytes = MAX_LFS_FILESIZE; in kernfs_fill_super()
|
| /linux/fs/fat/ |
| H A D | cache.c | 224 const int limit = sb->s_maxbytes >> sbi->cluster_bits; in fat_get_cluster()
|
| /linux/fs/vboxsf/ |
| H A D | super.c | 190 sb->s_maxbytes = MAX_LFS_FILESIZE; in vboxsf_fill_super()
|
| /linux/fs/pstore/ |
| H A D | inode.c | 416 sb->s_maxbytes = MAX_LFS_FILESIZE; in pstore_fill_super()
|
| /linux/fs/efivarfs/ |
| H A D | super.c | 352 sb->s_maxbytes = MAX_LFS_FILESIZE; in efivarfs_fill_super()
|
| /linux/fs/ocfs2/dlmfs/ |
| H A D | dlmfs.c | 510 sb->s_maxbytes = MAX_LFS_FILESIZE; in dlmfs_fill_super()
|
| /linux/fs/romfs/ |
| H A D | super.c | 468 sb->s_maxbytes = 0xFFFFFFFF; in romfs_fill_super()
|
| /linux/fs/orangefs/ |
| H A D | super.c | 423 sb->s_maxbytes = MAX_LFS_FILESIZE; in orangefs_fill_sb()
|
123