Searched refs:s_maxbytes (Results 1 – 25 of 25) sorted by relevance
388 sb->s_maxbytes = ((u64) sb->s_blocksize) << 40; in jfs_read_super()394 sb->s_maxbytes = min(((u64) PAGE_CACHE_SIZE << 32) - 1, sb->s_maxbytes); in jfs_read_super()
189 s->s_maxbytes = ~0UL; in proc_read_super()
157 if (offset>=0 && (unsigned long long)offset<=file->f_dentry->d_inode->i_sb->s_maxbytes) { in proc_file_lseek()
465 sb->s_maxbytes = fsinfo.maxfilesize; in nfs_read_super()466 if (sb->s_maxbytes > MAX_LFS_FILESIZE) in nfs_read_super()467 sb->s_maxbytes = MAX_LFS_FILESIZE; in nfs_read_super()
268 sb->s_maxbytes = 0xFFFFFFFF; in jffs2_read_super()
77 if (offset>=0 && offset<=file->f_dentry->d_inode->i_sb->s_maxbytes) { in generic_file_llseek()
230 sb->s_maxbytes = ~0ULL; in bd_read_super()
283 s->s_maxbytes = MAX_NON_LFS; in alloc_super()
1873 if (size > inode->i_sb->s_maxbytes) in generic_cont_expand()
109 s->s_maxbytes = 0xFFFFFFFF; in romfs_read_super()
3106 if (pos >= inode->i_sb->s_maxbytes) in precheck_file_write()3108 if (*count || pos > inode->i_sb->s_maxbytes) { in precheck_file_write()3116 if (pos + *count > inode->i_sb->s_maxbytes) in precheck_file_write()3117 *count = inode->i_sb->s_maxbytes - pos; in precheck_file_write()
1075 if (offset > inode->i_sb->s_maxbytes) in vmtruncate()
1553 sb->s_maxbytes = SHMEM_MAX_BYTES; in shmem_read_super()
459 sb->s_maxbytes = MAX_NON_LFS; in smb_read_super()
915 SB_of(server)->s_maxbytes = ~0ULL >> 1; in smb_newconn()
558 resp->f_maxfilesize = sb->s_maxbytes; in nfsd3_proc_fsinfo()
924 sb->s_maxbytes = xfs_max_file_offset(sb->s_blocksize_bits); in linvfs_read_super()
516 sb->s_maxbytes = ext2_max_size(sb->s_blocksize_bits); in ext2_read_super()
1094 sb->s_maxbytes = MAX_LFS_FILESIZE; in ntfs_read_super()
583 sb->s_maxbytes = MAX_NON_LFS; in fat_read_super()
965 s->s_maxbytes = (512LL << 32) - s->s_blocksize ; in read_super_block()
751 unsigned long long s_maxbytes; /* Max file size */ member
1021 sb->s_maxbytes = ext3_max_size(sb->s_blocksize_bits); in ext3_read_super()
1518 sb->s_maxbytes = 1<<30; in udf_read_super()
93 sb->s_maxbytes = 0xFFFFFFFF; in jffs_read_super()