Lines Matching refs:Q_QUOTAON
13 * - EACCES when cmd is Q_QUOTAON and addr existed but not a regular file
15 * - EBUSY when cmd is Q_QUOTAON and another Q_QUOTAON had already been
22 * - ESRCH when cmd is Q_QUOTAON, but the quota format was not found
92 {QCMD(Q_QUOTAON, USRQUOTA), &fmt_id, testdir1, EACCES, 0,
93 "EACCES when cmd is Q_QUOTAON and addr existed but not a regular file"},
95 {QCMD(Q_QUOTAON, USRQUOTA), &fmt_id, testdir2, ENOENT, 0,
98 {QCMD(Q_QUOTAON, USRQUOTA), &fmt_id, usrpath, EBUSY, 1,
99 "EBUSY when cmd is Q_QUOTAON and another Q_QUOTAON had already been performed"},
107 {QCMD(Q_QUOTAON, USRQUOTA), &fmt_id, usrpath, ENOTBLK, 0,
113 {QCMD(Q_QUOTAON, USRQUOTA), &fmt_invalid, usrpath, ESRCH, 0,
114 "ESRCH when cmd is Q_QUOTAON, but the quota format was not found"},
122 {QCMD(Q_QUOTAON, USRQUOTA), &fmt_id, usrpath, EPERM, 0,
139 TST_EXP_PASS_SILENT(quotactl(QCMD(Q_QUOTAON, USRQUOTA),
141 "quotactl with Q_QUOTAON");