xfs_max_file_offset 1756 fs/xfs/linux-2.6/xfs_super.c sb->s_maxbytes = xfs_max_file_offset(sb->s_blocksize_bits); xfs_max_file_offset 102 fs/xfs/linux-2.6/xfs_super.h extern __uint64_t xfs_max_file_offset(unsigned int); xfs_max_file_offset 982 fs/xfs/xfs_mount.c mp->m_maxioffset = xfs_max_file_offset(sbp->sb_blocklog);