DragonFly On-Line Manual Pages

Search: Section:  


VFS_QUOTACTL(9)       DragonFly Kernel Developer's Manual      VFS_QUOTACTL(9)

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

quotactl(2), vnode(9)

AUTHORS

This man page was written by Doug Rabson. DragonFly 3.5 July 24, 1996 DragonFly 3.5

Search: Section: