tail head cat sleep
QR code linking to this page

Manual Pages  — VFS_QUOTACTL

NAME

VFS_QUOTACTL – manipulate file system quotas

CONTENTS

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.

VFS_QUOTACTL (9) December 17, 2020

tail head cat sleep
QR code linking to this page


Please direct any comments about this manual page service to Ben Bullock. Privacy policy.