Main index | Section 9 | 日本語 | Options |
#include <sys/param.h>
#include <sys/vnode.h>
#include <sys/namei.h>
The arguments are:
dvp | |
The locked vnode of the directory. | |
vpp | |
The address of a variable where the resulting locked vnode should be stored. | |
cnp | |
The pathname component created. | |
vap | |
The attributes that the new object should be created with. | |
target | |
The pathname of the target of the symlink. | |
These entry points are called after VOP_LOOKUP(9) when an object is being created.
[ENOSPC] | |
The file system is full. | |
[EDQUOT] | |
The user's file system space or inode quota would be exceeded. | |
VOP_CREATE (9) | July 24, 1996 |
Main index | Section 9 | 日本語 | Options |
Please direct any comments about this manual page service to Ben Bullock. Privacy policy.
“ | If it wasn't for C, we'd be using BASI, PASAL and OBOL | ” |