NAME VFS_QUOTACTL - manipulate file system quotas CONTENTS Synopsis Description See Also Authors SYNOPSIS .In sys/param.h .In sys/mount.h .In 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