quotactl
if (quotactl(Q_GETQUOTA, fsqp->fsq_dir,
if (quotactl(Q_ALLSYNC, fsqp->fsq_dir,
static int quotactl(int, char *, uid_t, caddr_t);
if (quotactl(Q_SYNC, (char *)NULL, 0, (caddr_t)NULL) < 0 &&
if (quotactl(Q_GETQUOTA, fsqp->fsq_dev, uid,
if (quotactl(Q_SETQLIM, fsqp->fsq_dev, uid,
if (quotactl(Q_ALLSYNC, NULL, (uid_t)0, NULL) < 0 && errno == EINVAL) {
(quotactl(Q_GETQUOTA,
static int quotactl();
if (quotactl(Q_ALLSYNC, NULL, (uid_t)0, NULL) < 0 &&
if ((quotactl(Q_SETQUOTA, fsfile, uid, &dqbuf) < 0) &&
if (quotactl(Q_QUOTAOFF, mntp->mnt_mountp, (uid_t)0, NULL) < 0)
if (quotactl(Q_QUOTAON, mntp->mnt_mountp, (uid_t)0, NULL) <
static int quotactl(int, char *, uid_t, caddr_t);
if (quotactl(Q_ALLSYNC, NULL, 0, NULL) < 0 && errno == EINVAL && vflag)
static int quotactl(int, char *, uid_t, caddr_t);
error = quotactl(vp, arg, flag, cr);
extern int quotactl(struct vnode *, intptr_t, int flag, struct cred *);