|
NAMEVOP_ADVLOCK —
advisory record locking
SYNOPSIS#include <sys/param.h>
#include <sys/vnode.h>
#include <sys/fcntl.h>
#include <sys/lockf.h>
int
DESCRIPTIONThe arguments are:
This entry point manipulates advisory record locks on the file.
Most file systems delegate the work for this call to
RETURN VALUESZero is returned on success, otherwise an error is returned.SEE ALSOfcntl(2), flock(2), vnode(9)AUTHORSThis manual page was written by Doug Rabson.
Visit the GSP FreeBSD Man Page Interface. |