/linux-4.1.27/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.1.27/fs/nfs/ |
D | internal.h | 596 sb->s_maxbytes = (loff_t)maxfilesize; in nfs_super_set_maxbytes() 597 if (sb->s_maxbytes > MAX_LFS_FILESIZE || sb->s_maxbytes <= 0) in nfs_super_set_maxbytes() 598 sb->s_maxbytes = MAX_LFS_FILESIZE; in nfs_super_set_maxbytes()
|
D | nfs42proc.c | 166 return vfs_setpos(filep, res.sr_offset, inode->i_sb->s_maxbytes); in nfs42_proc_llseek()
|
D | super.c | 2337 sb->s_maxbytes = old_sb->s_maxbytes; in nfs_clone_super()
|
/linux-4.1.27/fs/xfs/ |
D | xfs_iomap.c | 284 count_fsb = XFS_B_TO_FSB(mp, mp->m_super->s_maxbytes); in xfs_iomap_eof_want_preallocate() 590 if (last_fsb > XFS_B_TO_FSB(mp, mp->m_super->s_maxbytes)) in xfs_iomap_write_delay() 591 last_fsb = XFS_B_TO_FSB(mp, mp->m_super->s_maxbytes); in xfs_iomap_write_delay()
|
D | xfs_aops.c | 304 ASSERT(offset <= mp->m_super->s_maxbytes); in xfs_map_blocks() 306 if (offset + count > mp->m_super->s_maxbytes) in xfs_map_blocks() 307 count = mp->m_super->s_maxbytes - offset; in xfs_map_blocks() 1389 ASSERT(offset <= mp->m_super->s_maxbytes); in __xfs_get_blocks() 1390 if (offset + size > mp->m_super->s_maxbytes) in __xfs_get_blocks() 1391 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 | 299 n = mp->m_super->s_maxbytes - pos; in xfs_file_read_iter() 932 if (new_size > inode->i_sb->s_maxbytes) { in xfs_file_fallocate() 1423 offset = vfs_setpos(file, offset, inode->i_sb->s_maxbytes); in xfs_seek_hole_data()
|
D | xfs_bmap_util.c | 544 fixlen = mp->m_super->s_maxbytes; in xfs_getbmap() 852 last_fsb = XFS_B_TO_FSB(mp, mp->m_super->s_maxbytes); in xfs_free_eofblocks()
|
D | xfs_ioctl.c | 686 bf->l_start > inode->i_sb->s_maxbytes || in xfs_ioc_space() 688 bf->l_start + bf->l_len >= inode->i_sb->s_maxbytes) { in xfs_ioc_space()
|
D | xfs_super.c | 1511 sb->s_maxbytes = xfs_max_file_offset(sb->s_blocksize_bits); in xfs_fs_fill_super()
|
D | xfs_qm.c | 967 maxlblkcnt = XFS_B_TO_FSB(mp, mp->m_super->s_maxbytes); in xfs_qm_dqiterate()
|
D | xfs_inode.c | 1589 last_block = XFS_B_TO_FSB(mp, mp->m_super->s_maxbytes); in xfs_itruncate_extents()
|
/linux-4.1.27/fs/ |
D | attr.c | 107 if (offset > inode->i_sb->s_maxbytes) in inode_newsize_ok()
|
D | super.c | 224 s->s_maxbytes = MAX_NON_LFS; in alloc_super() 1128 WARN((sb->s_maxbytes < 0), "%s set sb->s_maxbytes to " in mount_fs() 1129 "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 | libfs.c | 229 s->s_maxbytes = MAX_LFS_FILESIZE; in mount_pseudo()
|
D | open.c | 294 if (((offset + len) > inode->i_sb->s_maxbytes) || ((offset + len) < 0)) in vfs_fallocate()
|
/linux-4.1.27/fs/ramfs/ |
D | inode.c | 224 sb->s_maxbytes = MAX_LFS_FILESIZE; in ramfs_fill_super()
|
/linux-4.1.27/fs/jfs/ |
D | super.c | 596 sb->s_maxbytes = ((u64) sb->s_blocksize) << 40; in jfs_fill_super() 602 sb->s_maxbytes = min(((u64) PAGE_CACHE_SIZE << 32) - 1, in jfs_fill_super() 603 (u64)sb->s_maxbytes); in jfs_fill_super()
|
/linux-4.1.27/fs/efivarfs/ |
D | super.c | 199 sb->s_maxbytes = MAX_LFS_FILESIZE; in efivarfs_fill_super()
|
/linux-4.1.27/fs/ecryptfs/ |
D | main.c | 576 s->s_maxbytes = path.dentry->d_sb->s_maxbytes; in ecryptfs_mount()
|
/linux-4.1.27/fs/9p/ |
D | vfs_super.c | 79 sb->s_maxbytes = MAX_LFS_FILESIZE; in v9fs_fill_super()
|
/linux-4.1.27/fs/fat/ |
D | cache.c | 227 const int limit = sb->s_maxbytes >> MSDOS_SB(sb)->cluster_bits; in fat_get_cluster()
|
D | inode.c | 1585 sb->s_maxbytes = 0xffffffff; in fat_fill_super()
|
/linux-4.1.27/fs/pstore/ |
D | inode.c | 421 sb->s_maxbytes = MAX_LFS_FILESIZE; in pstore_fill_super()
|
/linux-4.1.27/fs/squashfs/ |
D | super.c | 198 sb->s_maxbytes = MAX_LFS_FILESIZE; in squashfs_fill_super()
|
/linux-4.1.27/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.1.27/fs/f2fs/ |
D | file.c | 316 loff_t maxbytes = inode->i_sb->s_maxbytes; in f2fs_seek_block() 388 loff_t maxbytes = inode->i_sb->s_maxbytes; in f2fs_llseek()
|
D | super.c | 1020 sb->s_maxbytes = max_file_size(le32_to_cpu(raw_super->log_blocksize)); in f2fs_fill_super()
|
/linux-4.1.27/fs/romfs/ |
D | super.c | 486 sb->s_maxbytes = 0xFFFFFFFF; in romfs_fill_super()
|
/linux-4.1.27/fs/ocfs2/dlmfs/ |
D | dlmfs.c | 573 sb->s_maxbytes = MAX_LFS_FILESIZE; in dlmfs_fill_super()
|
/linux-4.1.27/fs/ext4/ |
D | file.c | 618 maxbytes = inode->i_sb->s_maxbytes; in ext4_llseek()
|
D | super.c | 3764 sb->s_maxbytes = ext4_max_size(sb->s_blocksize_bits, has_huge_files); in ext4_fill_super()
|
/linux-4.1.27/fs/omfs/ |
D | inode.c | 451 sb->s_maxbytes = 0xffffffff; in omfs_fill_super()
|
/linux-4.1.27/fs/nilfs2/ |
D | the_nilfs.c | 637 sb->s_maxbytes = nilfs_max_size(sb->s_blocksize_bits); in init_nilfs()
|
/linux-4.1.27/arch/powerpc/platforms/cell/spufs/ |
D | inode.c | 734 sb->s_maxbytes = MAX_LFS_FILESIZE; in spufs_fill_super()
|
/linux-4.1.27/fs/hfsplus/ |
D | super.c | 450 sb->s_maxbytes = MAX_LFS_FILESIZE; in hfsplus_fill_super()
|
/linux-4.1.27/fs/logfs/ |
D | super.c | 542 sb->s_maxbytes = (1ull << 43) - 1; in logfs_get_sb_device()
|
/linux-4.1.27/fs/jffs2/ |
D | fs.c | 590 sb->s_maxbytes = 0xFFFFFFFF; in jffs2_do_fill_super()
|
/linux-4.1.27/mm/ |
D | filemap.c | 2303 if (unlikely(pos >= inode->i_sb->s_maxbytes)) in generic_write_checks() 2306 iov_iter_truncate(from, inode->i_sb->s_maxbytes - pos); in generic_write_checks()
|
D | shmem.c | 3033 sb->s_maxbytes = MAX_LFS_FILESIZE; in shmem_fill_super()
|
/linux-4.1.27/fs/ceph/ |
D | super.c | 834 s->s_maxbytes = 1ULL << 40; /* temp value until we get mdsmap */ in ceph_set_super()
|
D | file.c | 1116 offset = vfs_setpos(file, offset, inode->i_sb->s_maxbytes); in ceph_llseek()
|
D | inode.c | 1659 inode->i_sb->s_maxbytes); in __ceph_do_pending_vmtruncate()
|
D | mds_client.c | 3674 mdsc->fsc->sb->s_maxbytes = mdsc->mdsmap->m_max_file_size; in ceph_mdsc_handle_map()
|
/linux-4.1.27/fs/overlayfs/ |
D | super.c | 853 sb->s_maxbytes = MAX_LFS_FILESIZE; in ovl_fill_super()
|
/linux-4.1.27/fs/exofs/ |
D | super.c | 756 sb->s_maxbytes = MAX_LFS_FILESIZE; in exofs_fill_super()
|
/linux-4.1.27/fs/hostfs/ |
D | hostfs_kern.c | 941 sb->s_maxbytes = MAX_LFS_FILESIZE; in hostfs_fill_sb_common()
|
/linux-4.1.27/fs/ubifs/ |
D | super.c | 2035 sb->s_maxbytes = c->max_inode_sz = key_max_inode_size(c); in ubifs_fill_super() 2037 sb->s_maxbytes = c->max_inode_sz = MAX_LFS_FILESIZE; in ubifs_fill_super()
|
/linux-4.1.27/fs/nfsd/ |
D | nfs3proc.c | 560 resp->f_maxfilesize = sb->s_maxbytes; in nfsd3_proc_fsinfo()
|
D | nfs4xdr.c | 2587 p = xdr_encode_hyper(p, exp->ex_path.mnt->mnt_sb->s_maxbytes); in nfsd4_encode_fattr()
|
/linux-4.1.27/fs/hugetlbfs/ |
D | inode.c | 913 sb->s_maxbytes = MAX_LFS_FILESIZE; in hugetlbfs_fill_super()
|
/linux-4.1.27/fs/ocfs2/ |
D | file.c | 1848 unsigned long long max_off = inode->i_sb->s_maxbytes; in __ocfs2_change_file_space() 2592 offset = vfs_setpos(file, offset, inode->i_sb->s_maxbytes); in ocfs2_file_llseek()
|
D | super.c | 2071 sb->s_maxbytes = ocfs2_max_file_offset(bbits, cbits); in ocfs2_initialize_super()
|
/linux-4.1.27/fs/fuse/ |
D | inode.c | 1010 sb->s_maxbytes = MAX_LFS_FILESIZE; in fuse_fill_super()
|
/linux-4.1.27/fs/isofs/ |
D | inode.c | 744 s->s_maxbytes = 0x80000000000LL; in isofs_fill_super()
|
/linux-4.1.27/fs/gfs2/ |
D | ops_fstype.c | 1079 sb->s_maxbytes = MAX_LFS_FILESIZE; in fill_super()
|
/linux-4.1.27/fs/ext2/ |
D | super.c | 954 sb->s_maxbytes = ext2_max_size(sb->s_blocksize_bits); in ext2_fill_super()
|
/linux-4.1.27/fs/btrfs/ |
D | super.c | 945 sb->s_maxbytes = MAX_LFS_FILESIZE; in btrfs_fill_super()
|
D | file.c | 2804 offset = vfs_setpos(file, offset, inode->i_sb->s_maxbytes); in btrfs_file_llseek()
|
/linux-4.1.27/fs/reiserfs/ |
D | super.c | 1655 s->s_maxbytes = (512LL << 32) - s->s_blocksize; in read_super_block()
|
/linux-4.1.27/fs/udf/ |
D | super.c | 2234 sb->s_maxbytes = MAX_LFS_FILESIZE; in udf_fill_super()
|
/linux-4.1.27/fs/ntfs/ |
D | super.c | 2862 sb->s_maxbytes = MAX_LFS_FILESIZE; in ntfs_fill_super()
|
/linux-4.1.27/include/linux/ |
D | fs.h | 1282 loff_t s_maxbytes; /* Max file size */ member
|
/linux-4.1.27/drivers/staging/lustre/lustre/llite/ |
D | llite_lib.c | 317 sb->s_maxbytes = MAX_LFS_FILESIZE; in client_common_fill_super()
|
/linux-4.1.27/fs/ext3/ |
D | super.c | 1870 sb->s_maxbytes = ext3_max_size(sb->s_blocksize_bits); in ext3_fill_super()
|
/linux-4.1.27/Documentation/filesystems/cifs/ |
D | CHANGES | 20 Set s_maxbytes to smaller (the max that vfs can handle) so that
|