Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/sys/fs/
H A Dufs_quota.h196 #define Q_QUOTACTL 0x00030189 /* ioctl command for quotactl */ macro
/titanic_50/usr/src/cmd/fs.d/ufs/quotaon/
H A Dquotaon.c323 status = ioctl(fd, Q_QUOTACTL, &quota); in quotactl()
/titanic_50/usr/src/cmd/fs.d/ufs/repquota/
H A Drepquota.c483 status = ioctl(fd, Q_QUOTACTL, &quota); in quotactl()
/titanic_50/usr/src/cmd/fs.d/nfs/rquotad/
H A Drpc.rquotad.c467 status = ioctl(fd, Q_QUOTACTL, &quota);
/titanic_50/usr/src/cmd/fs.d/ufs/edquota/
H A Dedquota.c901 status = ioctl(fd, Q_QUOTACTL, &quota); in quotactl()
/titanic_50/usr/src/cmd/fs.d/ufs/quotacheck/
H A Dquotacheck.c764 status = ioctl(fd, Q_QUOTACTL, &quota); in quotactl()
/titanic_50/usr/src/cmd/fs.d/ufs/quota/
H A Dquota.c729 status = ioctl(fd, Q_QUOTACTL, &quota); in quotactl()
/titanic_50/usr/src/uts/common/fs/ufs/
H A Dufs_vnops.c1578 if (cmd == Q_QUOTACTL) { in ufs_ioctl()