NAME
VFS_QUOTACTL
—
manipulate filesystem quotas
SYNOPSIS
#include
<sys/param.h>
#include <sys/mount.h>
#include <sys/vnode.h>
int
VFS_QUOTACTL
(struct
mount *mp, int
cmds, uid_t uid,
caddr_t arg,
struct proc *p);
DESCRIPTION
Implement filesystem quotas. See quotactl(2) for a description of the arguments.SEE ALSO
AUTHORS
This man page was written by Doug Rabson.