Home
last modified time | relevance | path

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

/linux-4.4.14/fs/ncpfs/
Dfile.c116 if (pos > inode->i_sb->s_maxbytes) in ncp_file_read_iter()
118 iov_iter_truncate(to, inode->i_sb->s_maxbytes - pos); in ncp_file_read_iter()
Dinode.c551 sb->s_maxbytes = 0xFFFFFFFFU; in ncp_fill_super()
/linux-4.4.14/fs/nfs/
Dinternal.h615 sb->s_maxbytes = (loff_t)maxfilesize; in nfs_super_set_maxbytes()
616 if (sb->s_maxbytes > MAX_LFS_FILESIZE || sb->s_maxbytes <= 0) in nfs_super_set_maxbytes()
617 sb->s_maxbytes = MAX_LFS_FILESIZE; in nfs_super_set_maxbytes()
Dnfs42proc.c171 return vfs_setpos(filep, res.sr_offset, inode->i_sb->s_maxbytes); in _nfs42_proc_llseek()
Dsuper.c2340 sb->s_maxbytes = old_sb->s_maxbytes; in nfs_clone_super()
/linux-4.4.14/fs/xfs/
Dxfs_iomap.c322 count_fsb = XFS_B_TO_FSB(mp, mp->m_super->s_maxbytes); in xfs_iomap_eof_want_preallocate()
628 if (last_fsb > XFS_B_TO_FSB(mp, mp->m_super->s_maxbytes)) in xfs_iomap_write_delay()
629 last_fsb = XFS_B_TO_FSB(mp, mp->m_super->s_maxbytes); in xfs_iomap_write_delay()
Dxfs_aops.c311 ASSERT(offset <= mp->m_super->s_maxbytes); in xfs_map_blocks()
313 if (offset + count > mp->m_super->s_maxbytes) in xfs_map_blocks()
314 count = mp->m_super->s_maxbytes - offset; in xfs_map_blocks()
1418 ASSERT(offset <= mp->m_super->s_maxbytes); in __xfs_get_blocks()
1419 if (offset + size > mp->m_super->s_maxbytes) in __xfs_get_blocks()
1420 size = mp->m_super->s_maxbytes - offset; in __xfs_get_blocks()
Dxfs_pnfs.c151 limit = mp->m_super->s_maxbytes; in xfs_fs_map_blocks()
Dxfs_file.c320 n = mp->m_super->s_maxbytes - pos; in xfs_file_read_iter()
981 if (new_size > inode->i_sb->s_maxbytes) { in xfs_file_fallocate()
1461 offset = vfs_setpos(file, offset, inode->i_sb->s_maxbytes); in xfs_seek_hole_data()
Dxfs_ioctl.c697 bf->l_start > inode->i_sb->s_maxbytes || in xfs_ioc_space()
699 bf->l_start + bf->l_len >= inode->i_sb->s_maxbytes) { in xfs_ioc_space()
Dxfs_bmap_util.c570 fixlen = mp->m_super->s_maxbytes; in xfs_getbmap()
878 last_fsb = XFS_B_TO_FSB(mp, mp->m_super->s_maxbytes); in xfs_free_eofblocks()
Dxfs_super.c1518 sb->s_maxbytes = xfs_max_file_offset(sb->s_blocksize_bits); in xfs_fs_fill_super()
Dxfs_qm.c966 maxlblkcnt = XFS_B_TO_FSB(mp, mp->m_super->s_maxbytes); in xfs_qm_dqiterate()
Dxfs_inode.c1583 last_block = XFS_B_TO_FSB(mp, mp->m_super->s_maxbytes); in xfs_itruncate_extents()
/linux-4.4.14/fs/
Dattr.c107 if (offset > inode->i_sb->s_maxbytes) in inode_newsize_ok()
Dsuper.c239 s->s_maxbytes = MAX_NON_LFS; in alloc_super()
1144 WARN((sb->s_maxbytes < 0), "%s set sb->s_maxbytes to " in mount_fs()
1145 "negative value (%lld)\n", type->name, sb->s_maxbytes); in mount_fs()
Dread_write.c148 inode->i_sb->s_maxbytes, in generic_file_llseek()
1206 max = min(in_inode->i_sb->s_maxbytes, out_inode->i_sb->s_maxbytes); in do_sendfile()
Dioctl.c154 u64 maxbytes = (u64) sb->s_maxbytes; in fiemap_check_ranges()
Dopen.c296 if (((offset + len) > inode->i_sb->s_maxbytes) || ((offset + len) < 0)) in vfs_fallocate()
Dlibfs.c224 s->s_maxbytes = MAX_LFS_FILESIZE; in mount_pseudo()
/linux-4.4.14/fs/ramfs/
Dinode.c224 sb->s_maxbytes = MAX_LFS_FILESIZE; in ramfs_fill_super()
/linux-4.4.14/fs/jfs/
Dsuper.c593 sb->s_maxbytes = ((u64) sb->s_blocksize) << 40; in jfs_fill_super()
599 sb->s_maxbytes = min(((u64) PAGE_CACHE_SIZE << 32) - 1, in jfs_fill_super()
600 (u64)sb->s_maxbytes); in jfs_fill_super()
/linux-4.4.14/fs/efivarfs/
Dsuper.c199 sb->s_maxbytes = MAX_LFS_FILESIZE; in efivarfs_fill_super()
/linux-4.4.14/fs/ecryptfs/
Dmain.c576 s->s_maxbytes = path.dentry->d_sb->s_maxbytes; in ecryptfs_mount()
/linux-4.4.14/fs/9p/
Dvfs_super.c79 sb->s_maxbytes = MAX_LFS_FILESIZE; in v9fs_fill_super()
/linux-4.4.14/fs/fat/
Dcache.c227 const int limit = sb->s_maxbytes >> MSDOS_SB(sb)->cluster_bits; in fat_get_cluster()
Dinode.c1586 sb->s_maxbytes = 0xffffffff; in fat_fill_super()
/linux-4.4.14/fs/pstore/
Dinode.c422 sb->s_maxbytes = MAX_LFS_FILESIZE; in pstore_fill_super()
/linux-4.4.14/fs/squashfs/
Dsuper.c198 sb->s_maxbytes = MAX_LFS_FILESIZE; in squashfs_fill_super()
/linux-4.4.14/fs/cifs/
Dcifsfs.c129 sb->s_maxbytes = MAX_LFS_FILESIZE; in cifs_read_super()
131 sb->s_maxbytes = MAX_NON_LFS; in cifs_read_super()
/linux-4.4.14/fs/f2fs/
Dfile.c328 loff_t maxbytes = inode->i_sb->s_maxbytes; in f2fs_seek_block()
400 loff_t maxbytes = inode->i_sb->s_maxbytes; in f2fs_llseek()
1097 if (new_size > inode->i_sb->s_maxbytes) in f2fs_insert_range()
Dsuper.c1170 sb->s_maxbytes = max_file_size(le32_to_cpu(raw_super->log_blocksize)); in f2fs_fill_super()
/linux-4.4.14/fs/ocfs2/dlmfs/
Ddlmfs.c573 sb->s_maxbytes = MAX_LFS_FILESIZE; in dlmfs_fill_super()
/linux-4.4.14/fs/romfs/
Dsuper.c486 sb->s_maxbytes = 0xFFFFFFFF; in romfs_fill_super()
/linux-4.4.14/fs/omfs/
Dinode.c451 sb->s_maxbytes = 0xffffffff; in omfs_fill_super()
/linux-4.4.14/arch/powerpc/platforms/cell/spufs/
Dinode.c734 sb->s_maxbytes = MAX_LFS_FILESIZE; in spufs_fill_super()
/linux-4.4.14/fs/nilfs2/
Dthe_nilfs.c637 sb->s_maxbytes = nilfs_max_size(sb->s_blocksize_bits); in init_nilfs()
/linux-4.4.14/fs/logfs/
Dsuper.c542 sb->s_maxbytes = (1ull << 43) - 1; in logfs_get_sb_device()
/linux-4.4.14/fs/ext4/
Dfile.c727 maxbytes = inode->i_sb->s_maxbytes; in ext4_llseek()
Dextents.c5649 if (inode->i_size + len > inode->i_sb->s_maxbytes) { in ext4_insert_range()
Dsuper.c3423 sb->s_maxbytes = ext4_max_size(sb->s_blocksize_bits, has_huge_files); in ext4_fill_super()
/linux-4.4.14/fs/hfsplus/
Dsuper.c451 sb->s_maxbytes = MAX_LFS_FILESIZE; in hfsplus_fill_super()
/linux-4.4.14/fs/jffs2/
Dfs.c588 sb->s_maxbytes = 0xFFFFFFFF; in jffs2_do_fill_super()
/linux-4.4.14/fs/ceph/
Dsuper.c856 s->s_maxbytes = 1ULL << 40; /* temp value until we get mdsmap */ in ceph_set_super()
Dfile.c1207 offset = vfs_setpos(file, offset, inode->i_sb->s_maxbytes); in ceph_llseek()
Dinode.c1722 inode->i_sb->s_maxbytes); in __ceph_do_pending_vmtruncate()
Dmds_client.c3775 mdsc->fsc->sb->s_maxbytes = mdsc->mdsmap->m_max_file_size; in ceph_mdsc_handle_map()
/linux-4.4.14/mm/
Dfilemap.c2369 if (unlikely(pos >= inode->i_sb->s_maxbytes)) in generic_write_checks()
2372 iov_iter_truncate(from, inode->i_sb->s_maxbytes - pos); in generic_write_checks()
Dshmem.c3042 sb->s_maxbytes = MAX_LFS_FILESIZE; in shmem_fill_super()
/linux-4.4.14/fs/exofs/
Dsuper.c756 sb->s_maxbytes = MAX_LFS_FILESIZE; in exofs_fill_super()
/linux-4.4.14/fs/hostfs/
Dhostfs_kern.c938 sb->s_maxbytes = MAX_LFS_FILESIZE; in hostfs_fill_sb_common()
/linux-4.4.14/fs/ubifs/
Dsuper.c2039 sb->s_maxbytes = c->max_inode_sz = key_max_inode_size(c); in ubifs_fill_super()
2041 sb->s_maxbytes = c->max_inode_sz = MAX_LFS_FILESIZE; in ubifs_fill_super()
/linux-4.4.14/fs/nfsd/
Dnfs3proc.c560 resp->f_maxfilesize = sb->s_maxbytes; in nfsd3_proc_fsinfo()
Dnfs4xdr.c2597 p = xdr_encode_hyper(p, exp->ex_path.mnt->mnt_sb->s_maxbytes); in nfsd4_encode_fattr()
/linux-4.4.14/fs/overlayfs/
Dsuper.c950 sb->s_maxbytes = MAX_LFS_FILESIZE; in ovl_fill_super()
/linux-4.4.14/fs/ocfs2/
Dfile.c1862 unsigned long long max_off = inode->i_sb->s_maxbytes; in __ocfs2_change_file_space()
2577 offset = vfs_setpos(file, offset, inode->i_sb->s_maxbytes); in ocfs2_file_llseek()
Dsuper.c2082 sb->s_maxbytes = ocfs2_max_file_offset(bbits, cbits); in ocfs2_initialize_super()
/linux-4.4.14/fs/fuse/
Dinode.c1061 sb->s_maxbytes = MAX_LFS_FILESIZE; in fuse_fill_super()
/linux-4.4.14/fs/hugetlbfs/
Dinode.c1180 sb->s_maxbytes = MAX_LFS_FILESIZE; in hugetlbfs_fill_super()
/linux-4.4.14/fs/isofs/
Dinode.c744 s->s_maxbytes = 0x80000000000LL; in isofs_fill_super()
/linux-4.4.14/fs/gfs2/
Dops_fstype.c1080 sb->s_maxbytes = MAX_LFS_FILESIZE; in fill_super()
/linux-4.4.14/fs/ext2/
Dsuper.c960 sb->s_maxbytes = ext2_max_size(sb->s_blocksize_bits); in ext2_fill_super()
/linux-4.4.14/fs/btrfs/
Dsuper.c1032 sb->s_maxbytes = MAX_LFS_FILESIZE; in btrfs_fill_super()
Dfile.c2917 offset = vfs_setpos(file, offset, inode->i_sb->s_maxbytes); in btrfs_file_llseek()
/linux-4.4.14/fs/reiserfs/
Dsuper.c1655 s->s_maxbytes = (512LL << 32) - s->s_blocksize; in read_super_block()
/linux-4.4.14/fs/udf/
Dsuper.c2243 sb->s_maxbytes = MAX_LFS_FILESIZE; in udf_fill_super()
/linux-4.4.14/drivers/staging/lustre/lustre/llite/
Dllite_lib.c301 sb->s_maxbytes = MAX_LFS_FILESIZE; in client_common_fill_super()
/linux-4.4.14/fs/ntfs/
Dsuper.c2855 sb->s_maxbytes = MAX_LFS_FILESIZE; in ntfs_fill_super()
/linux-4.4.14/include/linux/
Dfs.h1291 loff_t s_maxbytes; /* Max file size */ member
/linux-4.4.14/Documentation/filesystems/cifs/
DCHANGES20 Set s_maxbytes to smaller (the max that vfs can handle) so that