/linux-4.4.14/fs/ncpfs/ |
D | file.c | 116 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()
|
D | inode.c | 551 sb->s_maxbytes = 0xFFFFFFFFU; in ncp_fill_super()
|
/linux-4.4.14/fs/nfs/ |
D | internal.h | 615 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()
|
D | nfs42proc.c | 171 return vfs_setpos(filep, res.sr_offset, inode->i_sb->s_maxbytes); in _nfs42_proc_llseek()
|
D | super.c | 2340 sb->s_maxbytes = old_sb->s_maxbytes; in nfs_clone_super()
|
/linux-4.4.14/fs/xfs/ |
D | xfs_iomap.c | 322 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()
|
D | xfs_aops.c | 311 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()
|
D | xfs_pnfs.c | 151 limit = mp->m_super->s_maxbytes; in xfs_fs_map_blocks()
|
D | xfs_file.c | 320 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()
|
D | xfs_ioctl.c | 697 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()
|
D | xfs_bmap_util.c | 570 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()
|
D | xfs_super.c | 1518 sb->s_maxbytes = xfs_max_file_offset(sb->s_blocksize_bits); in xfs_fs_fill_super()
|
D | xfs_qm.c | 966 maxlblkcnt = XFS_B_TO_FSB(mp, mp->m_super->s_maxbytes); in xfs_qm_dqiterate()
|
D | xfs_inode.c | 1583 last_block = XFS_B_TO_FSB(mp, mp->m_super->s_maxbytes); in xfs_itruncate_extents()
|
/linux-4.4.14/fs/ |
D | attr.c | 107 if (offset > inode->i_sb->s_maxbytes) in inode_newsize_ok()
|
D | super.c | 239 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()
|
D | read_write.c | 148 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()
|
D | ioctl.c | 154 u64 maxbytes = (u64) sb->s_maxbytes; in fiemap_check_ranges()
|
D | open.c | 296 if (((offset + len) > inode->i_sb->s_maxbytes) || ((offset + len) < 0)) in vfs_fallocate()
|
D | libfs.c | 224 s->s_maxbytes = MAX_LFS_FILESIZE; in mount_pseudo()
|
/linux-4.4.14/fs/ramfs/ |
D | inode.c | 224 sb->s_maxbytes = MAX_LFS_FILESIZE; in ramfs_fill_super()
|
/linux-4.4.14/fs/jfs/ |
D | super.c | 593 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/ |
D | super.c | 199 sb->s_maxbytes = MAX_LFS_FILESIZE; in efivarfs_fill_super()
|
/linux-4.4.14/fs/ecryptfs/ |
D | main.c | 576 s->s_maxbytes = path.dentry->d_sb->s_maxbytes; in ecryptfs_mount()
|
/linux-4.4.14/fs/9p/ |
D | vfs_super.c | 79 sb->s_maxbytes = MAX_LFS_FILESIZE; in v9fs_fill_super()
|
/linux-4.4.14/fs/fat/ |
D | cache.c | 227 const int limit = sb->s_maxbytes >> MSDOS_SB(sb)->cluster_bits; in fat_get_cluster()
|
D | inode.c | 1586 sb->s_maxbytes = 0xffffffff; in fat_fill_super()
|
/linux-4.4.14/fs/pstore/ |
D | inode.c | 422 sb->s_maxbytes = MAX_LFS_FILESIZE; in pstore_fill_super()
|
/linux-4.4.14/fs/squashfs/ |
D | super.c | 198 sb->s_maxbytes = MAX_LFS_FILESIZE; in squashfs_fill_super()
|
/linux-4.4.14/fs/cifs/ |
D | cifsfs.c | 129 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/ |
D | file.c | 328 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()
|
D | super.c | 1170 sb->s_maxbytes = max_file_size(le32_to_cpu(raw_super->log_blocksize)); in f2fs_fill_super()
|
/linux-4.4.14/fs/ocfs2/dlmfs/ |
D | dlmfs.c | 573 sb->s_maxbytes = MAX_LFS_FILESIZE; in dlmfs_fill_super()
|
/linux-4.4.14/fs/romfs/ |
D | super.c | 486 sb->s_maxbytes = 0xFFFFFFFF; in romfs_fill_super()
|
/linux-4.4.14/fs/omfs/ |
D | inode.c | 451 sb->s_maxbytes = 0xffffffff; in omfs_fill_super()
|
/linux-4.4.14/arch/powerpc/platforms/cell/spufs/ |
D | inode.c | 734 sb->s_maxbytes = MAX_LFS_FILESIZE; in spufs_fill_super()
|
/linux-4.4.14/fs/nilfs2/ |
D | the_nilfs.c | 637 sb->s_maxbytes = nilfs_max_size(sb->s_blocksize_bits); in init_nilfs()
|
/linux-4.4.14/fs/logfs/ |
D | super.c | 542 sb->s_maxbytes = (1ull << 43) - 1; in logfs_get_sb_device()
|
/linux-4.4.14/fs/ext4/ |
D | file.c | 727 maxbytes = inode->i_sb->s_maxbytes; in ext4_llseek()
|
D | extents.c | 5649 if (inode->i_size + len > inode->i_sb->s_maxbytes) { in ext4_insert_range()
|
D | super.c | 3423 sb->s_maxbytes = ext4_max_size(sb->s_blocksize_bits, has_huge_files); in ext4_fill_super()
|
/linux-4.4.14/fs/hfsplus/ |
D | super.c | 451 sb->s_maxbytes = MAX_LFS_FILESIZE; in hfsplus_fill_super()
|
/linux-4.4.14/fs/jffs2/ |
D | fs.c | 588 sb->s_maxbytes = 0xFFFFFFFF; in jffs2_do_fill_super()
|
/linux-4.4.14/fs/ceph/ |
D | super.c | 856 s->s_maxbytes = 1ULL << 40; /* temp value until we get mdsmap */ in ceph_set_super()
|
D | file.c | 1207 offset = vfs_setpos(file, offset, inode->i_sb->s_maxbytes); in ceph_llseek()
|
D | inode.c | 1722 inode->i_sb->s_maxbytes); in __ceph_do_pending_vmtruncate()
|
D | mds_client.c | 3775 mdsc->fsc->sb->s_maxbytes = mdsc->mdsmap->m_max_file_size; in ceph_mdsc_handle_map()
|
/linux-4.4.14/mm/ |
D | filemap.c | 2369 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()
|
D | shmem.c | 3042 sb->s_maxbytes = MAX_LFS_FILESIZE; in shmem_fill_super()
|
/linux-4.4.14/fs/exofs/ |
D | super.c | 756 sb->s_maxbytes = MAX_LFS_FILESIZE; in exofs_fill_super()
|
/linux-4.4.14/fs/hostfs/ |
D | hostfs_kern.c | 938 sb->s_maxbytes = MAX_LFS_FILESIZE; in hostfs_fill_sb_common()
|
/linux-4.4.14/fs/ubifs/ |
D | super.c | 2039 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/ |
D | nfs3proc.c | 560 resp->f_maxfilesize = sb->s_maxbytes; in nfsd3_proc_fsinfo()
|
D | nfs4xdr.c | 2597 p = xdr_encode_hyper(p, exp->ex_path.mnt->mnt_sb->s_maxbytes); in nfsd4_encode_fattr()
|
/linux-4.4.14/fs/overlayfs/ |
D | super.c | 950 sb->s_maxbytes = MAX_LFS_FILESIZE; in ovl_fill_super()
|
/linux-4.4.14/fs/ocfs2/ |
D | file.c | 1862 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()
|
D | super.c | 2082 sb->s_maxbytes = ocfs2_max_file_offset(bbits, cbits); in ocfs2_initialize_super()
|
/linux-4.4.14/fs/fuse/ |
D | inode.c | 1061 sb->s_maxbytes = MAX_LFS_FILESIZE; in fuse_fill_super()
|
/linux-4.4.14/fs/hugetlbfs/ |
D | inode.c | 1180 sb->s_maxbytes = MAX_LFS_FILESIZE; in hugetlbfs_fill_super()
|
/linux-4.4.14/fs/isofs/ |
D | inode.c | 744 s->s_maxbytes = 0x80000000000LL; in isofs_fill_super()
|
/linux-4.4.14/fs/gfs2/ |
D | ops_fstype.c | 1080 sb->s_maxbytes = MAX_LFS_FILESIZE; in fill_super()
|
/linux-4.4.14/fs/ext2/ |
D | super.c | 960 sb->s_maxbytes = ext2_max_size(sb->s_blocksize_bits); in ext2_fill_super()
|
/linux-4.4.14/fs/btrfs/ |
D | super.c | 1032 sb->s_maxbytes = MAX_LFS_FILESIZE; in btrfs_fill_super()
|
D | file.c | 2917 offset = vfs_setpos(file, offset, inode->i_sb->s_maxbytes); in btrfs_file_llseek()
|
/linux-4.4.14/fs/reiserfs/ |
D | super.c | 1655 s->s_maxbytes = (512LL << 32) - s->s_blocksize; in read_super_block()
|
/linux-4.4.14/fs/udf/ |
D | super.c | 2243 sb->s_maxbytes = MAX_LFS_FILESIZE; in udf_fill_super()
|
/linux-4.4.14/drivers/staging/lustre/lustre/llite/ |
D | llite_lib.c | 301 sb->s_maxbytes = MAX_LFS_FILESIZE; in client_common_fill_super()
|
/linux-4.4.14/fs/ntfs/ |
D | super.c | 2855 sb->s_maxbytes = MAX_LFS_FILESIZE; in ntfs_fill_super()
|
/linux-4.4.14/include/linux/ |
D | fs.h | 1291 loff_t s_maxbytes; /* Max file size */ member
|
/linux-4.4.14/Documentation/filesystems/cifs/ |
D | CHANGES | 20 Set s_maxbytes to smaller (the max that vfs can handle) so that
|