Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
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, void *arg);

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	13.0		       December	17, 2020		  FreeBSD 13.0

NAME | SYNOPSIS | DESCRIPTION | SEE ALSO | AUTHORS

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=VFS_QUOTACTL&sektion=9&manpath=FreeBSD+13.2-RELEASE+and+Ports>

home | help