Home
last modified time | relevance | path

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

/linux-2.4.37.9/fs/jfs/
Dsuper.c388 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()
/linux-2.4.37.9/fs/proc/
Dinode.c189 s->s_maxbytes = ~0UL; in proc_read_super()
Dgeneric.c157 if (offset>=0 && (unsigned long long)offset<=file->f_dentry->d_inode->i_sb->s_maxbytes) { in proc_file_lseek()
/linux-2.4.37.9/fs/nfs/
Dinode.c465 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()
/linux-2.4.37.9/fs/jffs2/
Dsuper.c268 sb->s_maxbytes = 0xFFFFFFFF; in jffs2_read_super()
/linux-2.4.37.9/fs/
Dread_write.c77 if (offset>=0 && offset<=file->f_dentry->d_inode->i_sb->s_maxbytes) { in generic_file_llseek()
Dblock_dev.c230 sb->s_maxbytes = ~0ULL; in bd_read_super()
Dsuper.c283 s->s_maxbytes = MAX_NON_LFS; in alloc_super()
Dbuffer.c1873 if (size > inode->i_sb->s_maxbytes) in generic_cont_expand()
/linux-2.4.37.9/fs/romfs/
Dinode.c109 s->s_maxbytes = 0xFFFFFFFF; in romfs_read_super()
/linux-2.4.37.9/mm/
Dfilemap.c3106 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()
Dmemory.c1075 if (offset > inode->i_sb->s_maxbytes) in vmtruncate()
Dshmem.c1553 sb->s_maxbytes = SHMEM_MAX_BYTES; in shmem_read_super()
/linux-2.4.37.9/fs/smbfs/
Dinode.c459 sb->s_maxbytes = MAX_NON_LFS; in smb_read_super()
Dproc.c915 SB_of(server)->s_maxbytes = ~0ULL >> 1; in smb_newconn()
/linux-2.4.37.9/fs/nfsd/
Dnfs3proc.c558 resp->f_maxfilesize = sb->s_maxbytes; in nfsd3_proc_fsinfo()
/linux-2.4.37.9/fs/xfs/linux-2.4/
Dxfs_super.c924 sb->s_maxbytes = xfs_max_file_offset(sb->s_blocksize_bits); in linvfs_read_super()
/linux-2.4.37.9/fs/ext2/
Dsuper.c516 sb->s_maxbytes = ext2_max_size(sb->s_blocksize_bits); in ext2_read_super()
/linux-2.4.37.9/fs/ntfs/
Dfs.c1094 sb->s_maxbytes = MAX_LFS_FILESIZE; in ntfs_read_super()
/linux-2.4.37.9/fs/fat/
Dinode.c583 sb->s_maxbytes = MAX_NON_LFS; in fat_read_super()
/linux-2.4.37.9/fs/reiserfs/
Dsuper.c965 s->s_maxbytes = (512LL << 32) - s->s_blocksize ; in read_super_block()
/linux-2.4.37.9/include/linux/
Dfs.h751 unsigned long long s_maxbytes; /* Max file size */ member
/linux-2.4.37.9/fs/ext3/
Dsuper.c1021 sb->s_maxbytes = ext3_max_size(sb->s_blocksize_bits); in ext3_read_super()
/linux-2.4.37.9/fs/udf/
Dsuper.c1518 sb->s_maxbytes = 1<<30; in udf_read_super()
/linux-2.4.37.9/fs/jffs/
Dinode-v23.c93 sb->s_maxbytes = 0xFFFFFFFF; in jffs_read_super()