_user_read
ssize_t _user_read(int fd, off_t pos, void *buffer, size_t bufferSize);
ssize_t bytes = _user_read(attr, pos, userBuffer, readBytes);