Searched refs:quotactl (Results 1 - 12 of 12) sorted by relevance

/illumos-gate/usr/src/man/man7i/
H A DMakefile34 quotactl.7i \
/illumos-gate/usr/src/cmd/fs.d/ufs/quotaon/
H A Dquotaon.c82 static int quotactl(int, char *, uid_t, caddr_t);
252 if (quotactl(Q_QUOTAOFF, mntp->mnt_mountp, (uid_t)0, NULL) < 0)
257 if (quotactl(Q_QUOTAON, mntp->mnt_mountp, (uid_t)0, NULL) <
265 fprintf(stderr, "quotactl: ");
298 quotactl(int cmd, char *mountpt, uid_t uid, caddr_t addr) function
315 fprintf(stderr, "quotactl: %s ", qfile);
/illumos-gate/usr/src/uts/common/sys/fs/
H A Dufs_quota.h62 * in an allocation failure). These may be modified by the quotactl
166 extern int quotactl(struct vnode *, intptr_t, int flag, struct cred *);
171 * Definitions for the 'quotactl' system call.
196 #define Q_QUOTACTL 0x00030189 /* ioctl command for quotactl */
/illumos-gate/usr/src/cmd/fs.d/ufs/edquota/
H A Dedquota.c104 static int quotactl(int, char *, uid_t, caddr_t);
119 if (quotactl(Q_SYNC, (char *)NULL, 0, (caddr_t)NULL) < 0 &&
411 * disk blocks in the data structure passed to quotactl().
708 if (quotactl(Q_GETQUOTA, fsqp->fsq_dev, uid,
747 if (quotactl(Q_SETQLIM, fsqp->fsq_dev, uid,
813 quotactl(int cmd, char *special, uid_t uid, caddr_t addr) function
827 * real quotactl() in the kernel
835 * because the fcntl that implements the quotactl call has
847 * for all quotactl()s except Q_ALLSYNC check that
892 (void) fprintf(stderr, "quotactl
[all...]
/illumos-gate/usr/src/cmd/fs.d/ufs/repquota/
H A Drepquota.c79 static int quotactl(int, char *, uid_t, caddr_t);
155 if (quotactl(Q_ALLSYNC, NULL, 0, NULL) < 0 && errno == EINVAL && vflag)
433 quotactl(int cmd, char *special, uid_t uid, caddr_t addr) function
446 * because the ioctl that implements the quotactl call has
475 (void) printf("quotactl: no quotas file "
/illumos-gate/usr/src/cmd/fs.d/ufs/quotacheck/
H A Dquotacheck.c102 static int quotactl();
180 if (quotactl(Q_ALLSYNC, NULL, (uid_t)0, NULL) < 0 &&
575 if ((quotactl(Q_SETQUOTA, fsfile, uid, &dqbuf) < 0) &&
702 quotactl(int cmd, char *mountp, uid_t uid, caddr_t addr) function
715 * because the ioctl that implements the quotactl call has
755 fprintf(stderr, "quotactl: ");
/illumos-gate/usr/src/cmd/fs.d/nfs/rquotad/
H A Drpc.rquotad.c350 if (quotactl(Q_GETQUOTA, fsqp->fsq_dir,
363 if (quotactl(Q_ALLSYNC, fsqp->fsq_dir,
406 quotactl(cmd, mountp, uid, dqp) function
422 * because the ioctl that implements the quotactl call has
/illumos-gate/usr/src/cmd/fs.d/ufs/quota/
H A Dquota.c186 if (quotactl(Q_ALLSYNC, NULL, (uid_t)0, NULL) < 0 && errno == EINVAL) {
274 (quotactl(Q_GETQUOTA,
664 quotactl(int cmd, char *mountp, uid_t uid, caddr_t addr) function
678 * because the ioctl that implements the quotactl call has
/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dquotacalls.c88 quotactl(struct vnode *vp, intptr_t arg, int flag, struct cred *cr) function
H A Dufs_vnops.c1588 error = quotactl(vp, arg, flag, cr);
/illumos-gate/usr/src/uts/intel/ia32/ml/
H A Dmodstubs.s731 * This is needed to support the old quotactl system call.
736 STUB(ufs, quotactl, nomod_minus_one);
/illumos-gate/usr/src/uts/sparc/ml/
H A Dmodstubs.s618 * This is needed to support the old quotactl system call.
623 STUB(ufs, quotactl, nomod_minus_one);

Completed in 89 milliseconds