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 de
scription of the
arguments.

SEE ALSO

quotactl(2), vnode(9)

AUTHORS

This manual page was written by Doug Rabson.
BSD July 24, 1996
Copyright © 2010-2024 Platon Technologies, s.r.o.           Home | Man pages | tLDP | Documents | Utilities | About
Design by styleshout