tail head cat sleep
QR code linking to this page

manページ  — VFS_QUOTACTL

名称

VFS_QUOTACTL – ファイルシステムクォータの操作

内容

書式

#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);

解説

ファイルシステムのクォータを実装します。 引数についての解説は quotactl(2) を参照してください。

関連項目

quotactl(2), vnode(9)

作者

このマニュアルページは Doug Rabson が書きました。

VFS_QUOTACTL (9) July 24, 1996

tail head cat sleep
QR code linking to this page


このマニュアルページサービスについてのご意見は Ben Bullock にお知らせください。 Privacy policy.

C isn't that hard: void (*(*f[])())() defines f as an array of unspecified size, of pointers to functions that return pointers to functions that return void