logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

VFS_QUOTACTL — manipulate file system quotas

Authors

       This manual page was written by Doug Rabson.

Debian                                            May 23, 2009                                   VFS_QUOTACTL(9)

Description

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

Name

       VFS_QUOTACTL — manipulate file system quotas

See Also

quotactl(2), vnode(9)

Synopsis

#include<sys/param.h>#include<sys/mount.h>#include<sys/vnode.h>intVFS_QUOTACTL(structmount*mp, intcmds, uid_tuid, caddr_targ);

See Also