Home
last modified time | relevance | path

Searched refs:Q_QUOTAOFF (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/fs/
H A Dufs_quota.h172 #define Q_QUOTAOFF 2 /* turn quotas off */ macro
/illumos-gate/usr/src/cmd/fs.d/ufs/quotaon/
H A Dquotaon.c250 if (quotactl(Q_QUOTAOFF, mntp->mnt_mountp, (uid_t)0, NULL) < 0) in quotaonoff()
/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dquotacalls.c126 case Q_QUOTAOFF: in quotactl()