Home
last modified time | relevance | path

Searched refs:Q_ALLSYNC (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/cmd/fs.d/ufs/edquota/
H A Dedquota.c822 cmd = Q_ALLSYNC; in quotactl()
853 ((cmd != Q_ALLSYNC) && hasmntopt(&mntp, MNTOPT_RO))) in quotactl()
855 if (cmd == Q_ALLSYNC) { /* implies (special==0) too */ in quotactl()
879 if (cmd == Q_ALLSYNC) { in quotactl()
/illumos-gate/usr/src/uts/common/sys/fs/
H A Dufs_quota.h177 #define Q_ALLSYNC 7 /* update disk copy of quota usages for all */ macro
/illumos-gate/usr/src/cmd/fs.d/ufs/repquota/
H A Drepquota.c153 if (quotactl(Q_ALLSYNC, NULL, 0, NULL) < 0 && errno == EINVAL && vflag) in main()
441 if ((special == NULL) && (cmd == Q_ALLSYNC)) { in quotactl()
/illumos-gate/usr/src/cmd/fs.d/nfs/rquotad/
H A Drpc.rquotad.c366 if (quotactl(Q_ALLSYNC, fsqp->fsq_dir,
418 if ((mountp == NULL) && (cmd == Q_ALLSYNC)) { in quotactl()
/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dquotacalls.c111 } else if (quot.op != Q_ALLSYNC) { in quotactl()
148 case Q_ALLSYNC: in quotactl()
/illumos-gate/usr/src/cmd/fs.d/ufs/quotacheck/
H A Dquotacheck.c178 if (quotactl(Q_ALLSYNC, NULL, (uid_t)0, NULL) < 0 && in main()
710 if ((mountp == NULL) && (cmd == Q_ALLSYNC)) { in quotactl()
/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) { in main()
675 if ((mountp == NULL) && (cmd == Q_ALLSYNC)) { in quotactl()