|
NAMEVOP_PATHCONF —
return POSIX pathconf information
SYNOPSIS#include <sys/param.h>
#include <sys/vnode.h>
#include <sys/unistd.h>
int
DESCRIPTIONThe arguments are:
The value of name specifies what should be returned:
LOCKSThe vnode will be locked on entry and should remain locked on return.RETURN VALUESIf name is recognized, *retval is set to the specified value and zero is returned, otherwiseEINVAL is returned.
SEE ALSOpathconf(2), vnode(9)AUTHORSThis manual page was written by Doug Rabson.
Visit the GSP FreeBSD Man Page Interface. |