Home
last modified time | relevance | path

Searched refs:Q_QUOTACTL (Results 1 – 8 of 8) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/fs/
H A Dufs_quota.h194 #define Q_QUOTACTL 0x00030189 /* ioctl command for quotactl */ macro
/illumos-gate/usr/src/cmd/fs.d/ufs/quotaon/
H A Dquotaon.c321 status = ioctl(fd, Q_QUOTACTL, &quota); in quotactl()
/illumos-gate/usr/src/cmd/fs.d/ufs/repquota/
H A Drepquota.c481 status = ioctl(fd, Q_QUOTACTL, &quota); in quotactl()
/illumos-gate/usr/src/cmd/fs.d/nfs/rquotad/
H A Drpc.rquotad.c463 status = ioctl(fd, Q_QUOTACTL, &quota); in quotactl()
/illumos-gate/usr/src/cmd/fs.d/ufs/quotacheck/
H A Dquotacheck.c762 status = ioctl(fd, Q_QUOTACTL, &quota); in quotactl()
/illumos-gate/usr/src/cmd/fs.d/ufs/edquota/
H A Dedquota.c900 status = ioctl(fd, Q_QUOTACTL, &quota); in quotactl()
/illumos-gate/usr/src/cmd/fs.d/ufs/quota/
H A Dquota.c729 status = ioctl(fd, Q_QUOTACTL, &quota); in quotactl()
/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dufs_vnops.c1473 if (cmd == Q_QUOTACTL) { in ufs_ioctl()