Home
last modified time | relevance | path

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

/linux-4.1.27/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.1.27/fs/nfs/
Dinternal.h596 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()
Dnfs42proc.c166 return vfs_setpos(filep, res.sr_offset, inode->i_sb->s_maxbytes); in nfs42_proc_llseek()
Dsuper.c2337 sb->s_maxbytes = old_sb->s_maxbytes; in nfs_clone_super()
/linux-4.1.27/fs/xfs/
Dxfs_iomap.c284 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()
Dxfs_aops.c304 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()
Dxfs_pnfs.c151 limit = mp->m_super->s_maxbytes; in xfs_fs_map_blocks()
Dxfs_file.c299 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()
Dxfs_bmap_util.c544 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()
Dxfs_ioctl.c686 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()
Dxfs_super.c1511 sb->s_maxbytes = xfs_max_file_offset(sb->s_blocksize_bits); in xfs_fs_fill_super()
Dxfs_qm.c967 maxlblkcnt = XFS_B_TO_FSB(mp, mp->m_super->s_maxbytes); in xfs_qm_dqiterate()
Dxfs_inode.c1589 last_block = XFS_B_TO_FSB(mp, mp->m_super->s_maxbytes); in xfs_itruncate_extents()
/linux-4.1.27/fs/
Dattr.c107 if (offset > inode->i_sb->s_maxbytes) in inode_newsize_ok()
Dsuper.c224 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()
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()
Dlibfs.c229 s->s_maxbytes = MAX_LFS_FILESIZE; in mount_pseudo()
Dopen.c294 if (((offset + len) > inode->i_sb->s_maxbytes) || ((offset + len) < 0)) in vfs_fallocate()
/linux-4.1.27/fs/ramfs/
Dinode.c224 sb->s_maxbytes = MAX_LFS_FILESIZE; in ramfs_fill_super()
/linux-4.1.27/fs/jfs/
Dsuper.c596 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/
Dsuper.c199 sb->s_maxbytes = MAX_LFS_FILESIZE; in efivarfs_fill_super()
/linux-4.1.27/fs/ecryptfs/
Dmain.c576 s->s_maxbytes = path.dentry->d_sb->s_maxbytes; in ecryptfs_mount()
/linux-4.1.27/fs/9p/
Dvfs_super.c79 sb->s_maxbytes = MAX_LFS_FILESIZE; in v9fs_fill_super()
/linux-4.1.27/fs/fat/
Dcache.c227 const int limit = sb->s_maxbytes >> MSDOS_SB(sb)->cluster_bits; in fat_get_cluster()
Dinode.c1585 sb->s_maxbytes = 0xffffffff; in fat_fill_super()
/linux-4.1.27/fs/pstore/
Dinode.c421 sb->s_maxbytes = MAX_LFS_FILESIZE; in pstore_fill_super()
/linux-4.1.27/fs/squashfs/
Dsuper.c198 sb->s_maxbytes = MAX_LFS_FILESIZE; in squashfs_fill_super()
/linux-4.1.27/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.1.27/fs/f2fs/
Dfile.c316 loff_t maxbytes = inode->i_sb->s_maxbytes; in f2fs_seek_block()
388 loff_t maxbytes = inode->i_sb->s_maxbytes; in f2fs_llseek()
Dsuper.c1020 sb->s_maxbytes = max_file_size(le32_to_cpu(raw_super->log_blocksize)); in f2fs_fill_super()
/linux-4.1.27/fs/romfs/
Dsuper.c486 sb->s_maxbytes = 0xFFFFFFFF; in romfs_fill_super()
/linux-4.1.27/fs/ocfs2/dlmfs/
Ddlmfs.c573 sb->s_maxbytes = MAX_LFS_FILESIZE; in dlmfs_fill_super()
/linux-4.1.27/fs/ext4/
Dfile.c618 maxbytes = inode->i_sb->s_maxbytes; in ext4_llseek()
Dsuper.c3764 sb->s_maxbytes = ext4_max_size(sb->s_blocksize_bits, has_huge_files); in ext4_fill_super()
/linux-4.1.27/fs/omfs/
Dinode.c451 sb->s_maxbytes = 0xffffffff; in omfs_fill_super()
/linux-4.1.27/fs/nilfs2/
Dthe_nilfs.c637 sb->s_maxbytes = nilfs_max_size(sb->s_blocksize_bits); in init_nilfs()
/linux-4.1.27/arch/powerpc/platforms/cell/spufs/
Dinode.c734 sb->s_maxbytes = MAX_LFS_FILESIZE; in spufs_fill_super()
/linux-4.1.27/fs/hfsplus/
Dsuper.c450 sb->s_maxbytes = MAX_LFS_FILESIZE; in hfsplus_fill_super()
/linux-4.1.27/fs/logfs/
Dsuper.c542 sb->s_maxbytes = (1ull << 43) - 1; in logfs_get_sb_device()
/linux-4.1.27/fs/jffs2/
Dfs.c590 sb->s_maxbytes = 0xFFFFFFFF; in jffs2_do_fill_super()
/linux-4.1.27/mm/
Dfilemap.c2303 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()
Dshmem.c3033 sb->s_maxbytes = MAX_LFS_FILESIZE; in shmem_fill_super()
/linux-4.1.27/fs/ceph/
Dsuper.c834 s->s_maxbytes = 1ULL << 40; /* temp value until we get mdsmap */ in ceph_set_super()
Dfile.c1116 offset = vfs_setpos(file, offset, inode->i_sb->s_maxbytes); in ceph_llseek()
Dinode.c1659 inode->i_sb->s_maxbytes); in __ceph_do_pending_vmtruncate()
Dmds_client.c3674 mdsc->fsc->sb->s_maxbytes = mdsc->mdsmap->m_max_file_size; in ceph_mdsc_handle_map()
/linux-4.1.27/fs/overlayfs/
Dsuper.c853 sb->s_maxbytes = MAX_LFS_FILESIZE; in ovl_fill_super()
/linux-4.1.27/fs/exofs/
Dsuper.c756 sb->s_maxbytes = MAX_LFS_FILESIZE; in exofs_fill_super()
/linux-4.1.27/fs/hostfs/
Dhostfs_kern.c941 sb->s_maxbytes = MAX_LFS_FILESIZE; in hostfs_fill_sb_common()
/linux-4.1.27/fs/ubifs/
Dsuper.c2035 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/
Dnfs3proc.c560 resp->f_maxfilesize = sb->s_maxbytes; in nfsd3_proc_fsinfo()
Dnfs4xdr.c2587 p = xdr_encode_hyper(p, exp->ex_path.mnt->mnt_sb->s_maxbytes); in nfsd4_encode_fattr()
/linux-4.1.27/fs/hugetlbfs/
Dinode.c913 sb->s_maxbytes = MAX_LFS_FILESIZE; in hugetlbfs_fill_super()
/linux-4.1.27/fs/ocfs2/
Dfile.c1848 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()
Dsuper.c2071 sb->s_maxbytes = ocfs2_max_file_offset(bbits, cbits); in ocfs2_initialize_super()
/linux-4.1.27/fs/fuse/
Dinode.c1010 sb->s_maxbytes = MAX_LFS_FILESIZE; in fuse_fill_super()
/linux-4.1.27/fs/isofs/
Dinode.c744 s->s_maxbytes = 0x80000000000LL; in isofs_fill_super()
/linux-4.1.27/fs/gfs2/
Dops_fstype.c1079 sb->s_maxbytes = MAX_LFS_FILESIZE; in fill_super()
/linux-4.1.27/fs/ext2/
Dsuper.c954 sb->s_maxbytes = ext2_max_size(sb->s_blocksize_bits); in ext2_fill_super()
/linux-4.1.27/fs/btrfs/
Dsuper.c945 sb->s_maxbytes = MAX_LFS_FILESIZE; in btrfs_fill_super()
Dfile.c2804 offset = vfs_setpos(file, offset, inode->i_sb->s_maxbytes); in btrfs_file_llseek()
/linux-4.1.27/fs/reiserfs/
Dsuper.c1655 s->s_maxbytes = (512LL << 32) - s->s_blocksize; in read_super_block()
/linux-4.1.27/fs/udf/
Dsuper.c2234 sb->s_maxbytes = MAX_LFS_FILESIZE; in udf_fill_super()
/linux-4.1.27/fs/ntfs/
Dsuper.c2862 sb->s_maxbytes = MAX_LFS_FILESIZE; in ntfs_fill_super()
/linux-4.1.27/include/linux/
Dfs.h1282 loff_t s_maxbytes; /* Max file size */ member
/linux-4.1.27/drivers/staging/lustre/lustre/llite/
Dllite_lib.c317 sb->s_maxbytes = MAX_LFS_FILESIZE; in client_common_fill_super()
/linux-4.1.27/fs/ext3/
Dsuper.c1870 sb->s_maxbytes = ext3_max_size(sb->s_blocksize_bits); in ext3_fill_super()
/linux-4.1.27/Documentation/filesystems/cifs/
DCHANGES20 Set s_maxbytes to smaller (the max that vfs can handle) so that