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,
struct thread *td);
Implement file system quotas. See quotactl(2) for a description of the
arguments.
quotactl(2), vnode(9)
This manual page was written by Doug Rabson.
FreeBSD 5.2.1 July 24, 1996 FreeBSD 5.2.1 [ Back ] |