svcadm(8)을 검색하려면 섹션에서 8 을 선택하고, 맨 페이지 이름에 svcadm을 입력하고 검색을 누른다.
VFS_QUOTACTL(9)
VFS_QUOTACTL(9) BSD 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, caddr_t 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.
BSD May 23, 2009 BSD