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

/illumos-gate/usr/src/uts/common/sys/fs/
H A Dufs_quota.h179 #define Q_ALLSYNC 7 /* update disk copy of quota usages for all */ macro
/illumos-gate/usr/src/cmd/fs.d/ufs/edquota/
H A Dedquota.c823 cmd = Q_ALLSYNC;
825 * need to find an acceptable fd to send this Q_ALLSYNC down
847 * for all quotactl()s except Q_ALLSYNC check that
850 * for Q_ALLSYNC, this check is skipped since this option
854 ((cmd != Q_ALLSYNC) && hasmntopt(&mntp, MNTOPT_RO)))
856 if (cmd == Q_ALLSYNC) { /* implies (special==0) too */
880 if (cmd == Q_ALLSYNC) {
/illumos-gate/usr/src/cmd/fs.d/ufs/repquota/
H A Drepquota.c155 if (quotactl(Q_ALLSYNC, NULL, 0, NULL) < 0 && errno == EINVAL && vflag)
443 if ((special == NULL) && (cmd == Q_ALLSYNC)) {
/illumos-gate/usr/src/cmd/fs.d/nfs/rquotad/
H A Drpc.rquotad.c363 if (quotactl(Q_ALLSYNC, fsqp->fsq_dir,
419 if ((mountp == NULL) && (cmd == Q_ALLSYNC)) {
/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) {
675 if ((mountp == NULL) && (cmd == Q_ALLSYNC)) {
/illumos-gate/usr/src/cmd/fs.d/ufs/quotacheck/
H A Dquotacheck.c180 if (quotactl(Q_ALLSYNC, NULL, (uid_t)0, NULL) < 0 &&
712 if ((mountp == NULL) && (cmd == Q_ALLSYNC)) {
/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dquotacalls.c114 } else if (quot.op != Q_ALLSYNC) {
151 case Q_ALLSYNC:

Completed in 69 milliseconds