MSDOSFS_FILESIZE_MAX
if (uio->uio_offset + uio->uio_resid > MSDOSFS_FILESIZE_MAX)
if (st->st_size > MSDOSFS_FILESIZE_MAX)