Searched refs:quotaon (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/test/zfs-tests/tests/functional/utils_test/
H A Dutils_test_004_pos.ksh37 # Ensure that the quotaon(1M) utility fails on a ZFS file system.
41 # 2. Run quotaon against the device.
54 log_assert "Ensure that the quotaon(1M) utility fails on a ZFS file system."
58 log_mustnot quotaon /dev/dsk/${DISK}s0
60 log_pass "quotaon(1M) returned an error as expected."
/illumos-gate/usr/src/cmd/fs.d/ufs/
H A DMakefile38 labelit lockfs ncheck quot quota quotacheck quotaon \
/illumos-gate/usr/src/cmd/fs.d/ufs/quotaon/
H A DMakefile25 # cmd/fs.d/ufs/quotaon/Makefile
28 LIBPROG= quotaon
/illumos-gate/usr/src/cmd/svc/milestone/
H A Dfs-local74 # enabled. Note that "quotacheck -a" and "quotaon -a" will try
83 /usr/sbin/quotaon $qlist
/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dquotacalls.c192 * Called as the result of a quotaon (Q_QUOTAON) ioctl.
203 int quotaon = 0; local
236 * for the ioctl() issued by 'quotaon'.
249 quotaon++;
299 } else if (!quotaon) {
/illumos-gate/usr/src/man/man1m/
H A DMakefile408 quotaon.1m \
756 quotaoff.1m := LINKSRC = quotaon.1m

Completed in 47 milliseconds