Searched defs:quotactl (Results 1 - 7 of 7) sorted by relevance
/illumos-gate/usr/src/cmd/fs.d/ufs/quotaon/ |
H A D | quotaon.c | 82 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/fs/ufs/ |
H A D | quotacalls.c | 88 quotactl(struct vnode *vp, intptr_t arg, int flag, struct cred *cr) function
|
/illumos-gate/usr/src/cmd/fs.d/nfs/rquotad/ |
H A D | rpc.rquotad.c | 350 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/repquota/ |
H A D | repquota.c | 79 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/edquota/ |
H A D | edquota.c | 104 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/quota/ |
H A D | quota.c | 186 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/cmd/fs.d/ufs/quotacheck/ |
H A D | quotacheck.c | 102 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: ");
|
Completed in 52 milliseconds