Searched refs:Q_ALLSYNC (Results 1 – 7 of 7) sorted by relevance
/titanic_50/usr/src/cmd/fs.d/ufs/edquota/ |
H A D | edquota.c | 823 cmd = Q_ALLSYNC; in quotactl() 854 ((cmd != Q_ALLSYNC) && hasmntopt(&mntp, MNTOPT_RO))) in quotactl() 856 if (cmd == Q_ALLSYNC) { /* implies (special==0) too */ in quotactl() 880 if (cmd == Q_ALLSYNC) { in quotactl()
|
/titanic_50/usr/src/uts/common/sys/fs/ |
H A D | ufs_quota.h | 179 #define Q_ALLSYNC 7 /* update disk copy of quota usages for all */ macro
|
/titanic_50/usr/src/cmd/fs.d/ufs/repquota/ |
H A D | repquota.c | 155 if (quotactl(Q_ALLSYNC, NULL, 0, NULL) < 0 && errno == EINVAL && vflag) in main() 443 if ((special == NULL) && (cmd == Q_ALLSYNC)) { in quotactl()
|
/titanic_50/usr/src/cmd/fs.d/nfs/rquotad/ |
H A D | rpc.rquotad.c | 366 if (quotactl(Q_ALLSYNC, fsqp->fsq_dir, 422 if ((mountp == NULL) && (cmd == Q_ALLSYNC)) {
|
/titanic_50/usr/src/uts/common/fs/ufs/ |
H A D | quotacalls.c | 114 } else if (quot.op != Q_ALLSYNC) { in quotactl() 151 case Q_ALLSYNC: in quotactl()
|
/titanic_50/usr/src/cmd/fs.d/ufs/quotacheck/ |
H A D | quotacheck.c | 180 if (quotactl(Q_ALLSYNC, NULL, (uid_t)0, NULL) < 0 && in main() 712 if ((mountp == NULL) && (cmd == Q_ALLSYNC)) { in quotactl()
|
/titanic_50/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) { in main() 675 if ((mountp == NULL) && (cmd == Q_ALLSYNC)) { in quotactl()
|