Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/fs/
H A Dufs_quota.h173 #define Q_SETQUOTA 3 /* set disk limits & usage */ macro
/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dquotacalls.c133 case Q_SETQUOTA: in quotactl()
/illumos-gate/usr/src/cmd/fs.d/ufs/quotacheck/
H A Dquotacheck.c573 if ((quotactl(Q_SETQUOTA, fsfile, uid, &dqbuf) < 0) && in chkquota()