|
NAMEVOP_REMOVE , VOP_RMDIR —
remove a file or directory
SYNOPSIS#include <sys/param.h>
#include <sys/vnode.h>
int
int
DESCRIPTIONThese entry points remove files and directories respectively.The arguments are:
LOCKSBoth dvp and vp should be locked on entry and remain locked on return.RETURN VALUESZero is returned on success, otherwise an error code is returned.ERRORSSEE ALSOvnode(9), VOP_LOOKUP(9)AUTHORSThis manual page was written by Doug Rabson.
Visit the GSP FreeBSD Man Page Interface. |