Manpage of 'VFS_QUOTACTL' on UHLU - BSD System Documentation,
Programming Reference, Manual Pages and Source Code
All manual pages         All RFC pages
Common page
for VFS_QUOTACTL
Other pages
for VFS_QUOTACTL
More pages
containing VFS_QUOTACTL

Section 9 manual page or howto for 'VFS_QUOTACTL'  

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

NAME
     VFS_QUOTACTL -- manipulate file system 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 thread *td);

DESCRIPTION
     Implement file system quotas.  See quotactl(2) for a description of the
     arguments.

SEE ALSO
     quotactl(2), vnode(9)

AUTHORS
     This manual page was written by Doug Rabson.

FreeBSD 7.2			 July 24, 1996			   FreeBSD 7.2

NAME - SYNOPSIS - DESCRIPTION - SEE ALSO - AUTHORS -  
A random manual page         All manual pages        All RFC pages