Add support for O_NOATIME flag to fs.open

I checked through the source but it doesn't look like O_NOATIME can be passed to fs.open?

fs.fstat on many files with node.js would be much faster if the fd could be opened with O_NOATIME.

For indexing or backup programs using node, O_NOATIME can significantly reduce the amount of disk activity.