VFS_QUOTACTL(9) | Kernel Developer's Manual | VFS_QUOTACTL(9) |
VFS_QUOTACTL
—
manipulate file system quotas
#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);
Implement file system quotas. See quotactl(2) for a description of the arguments.
This manual page was written by Doug Rabson.
May 23, 2009 | Debian |