| [ENOTDIR] |
| | A component of the path prefix of path is not a directory. |
| [ENAMETOOLONG] |
| | The length of a component of path exceeds 255 characters, or the length of path exceeds 1023 characters. |
| [ENOENT] |
| | The file referred to by path does not exist. |
| [EACCES] |
| | Search permission is denied for a component of the path prefix of path. |
| [ELOOP] |
| | Too many symbolic links were encountered in translating path. |
| [EFAULT] |
| | The fhp argument points to an invalid address. |
| [EIO] | An I/O error occurred while reading from or writing to the file system. |
|