| Main index | Section 9 | 日本語 | Options |
#include <sys/param.h>
#include <sys/vnode.h>
Its arguments are:
| dvp | |
| The vnode of the directory. | |
| vp | |
| The vnode of the file to be linked. | |
| cnp | |
| Pathname information about the file. | |
The pathname info should not be released on exit because it is done by the caller. The directory and file vnodes should not be released on exit.
| [EMLINK] | |
| The file has too many links. | |
| [EPERM] | |
| The file is immutable. | |
| [EXDEV] | |
| A hard link is not possible between different file systems. | |
| VOP_LINK (9) | July 24, 1996 |
| Main index | Section 9 | 日本語 | Options |
Please direct any comments about this manual page service to Ben Bullock. Privacy policy.
