/third_party/ltp/testcases/kernel/syscalls/quotactl/ |
H A D | quotactl06.c | 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 ha [all...] |
H A D | quotactl09.c | 20 * - ENOSYS when cmd is Q_QUOTAON, but the fd refers to a socket 71 {QCMD(Q_QUOTAON, USRQUOTA), &fmt_id, NULL, ENOTBLK, 0, 77 {QCMD(Q_QUOTAON, USRQUOTA), &fmt_id, NULL, EPERM, 0, 80 {QCMD(Q_QUOTAON, USRQUOTA), &fmt_id, NULL, ENOSYS, 0, 81 "EINVAL when cmd is Q_QUOTAON, but the fd refers to a socket"} 97 TST_EXP_PASS_SILENT(do_quotactl(fd, QCMD(Q_QUOTAON, USRQUOTA), tst_device->dev, in verify_quotactl() 98 fmt_id, NULL), "do_quotactl(QCMD(Q_QUOTAON, USRQUOTA))"); in verify_quotactl()
|
H A D | quotactl08.c | 11 * - turn on quota with Q_QUOTAON flag for user 20 * - turn on quota with Q_QUOTAON flag for group 74 {QCMD(Q_QUOTAON, USRQUOTA), &fmt_id, NULL, 76 "QCMD(Q_QUOTAON, USRQUOTA)"}, 114 {QCMD(Q_QUOTAON, GRPQUOTA), &fmt_id, NULL, 116 "QCMD(Q_QUOTAON, GRPQUOTA)"},
|
H A D | quotactl01.c | 13 * - turn on quota with Q_QUOTAON flag for user 22 * - turn on quota with Q_QUOTAON flag for group 74 {QCMD(Q_QUOTAON, USRQUOTA), &fmt_id, usrpath, 76 "QCMD(Q_QUOTAON, USRQUOTA)"}, 114 {QCMD(Q_QUOTAON, GRPQUOTA), &fmt_id, grppath, 116 "QCMD(Q_QUOTAON, GRPQUOTA)"},
|
H A D | quotactl04.c | 12 * - turn on quota with Q_QUOTAON flag for project 62 {QCMD(Q_QUOTAON, PRJQUOTA), &fmt_id, NULL, 64 "QCMD(Q_QUOTAON, PRJQUOTA)"},
|
/third_party/rust/crates/nix/src/sys/ |
H A D | quota.rs | 35 Q_QUOTAON, 270 QuotaCmd(QuotaSubCmd::Q_QUOTAON, which), in quotactl_on()
|
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
H A D | quota.h | 36 #define Q_QUOTAON 0x800002 macro
|
/third_party/musl/porting/uniproton/kernel/include/sys/ |
H A D | quota.h | 36 #define Q_QUOTAON 0x800002 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
H A D | quota.h | 36 #define Q_QUOTAON 0x800002 macro
|
/third_party/musl/include/sys/ |
H A D | quota.h | 36 #define Q_QUOTAON 0x800002 macro
|
/third_party/rust/crates/libc/src/unix/bsd/ |
H A D | mod.rs | 361 pub const Q_QUOTAON: ::c_int = 0x100; consts
|
/third_party/rust/crates/libc/src/unix/linux_like/ |
H A D | mod.rs | 1090 pub const Q_QUOTAON: ::c_int = 0x800002; consts
|
/third_party/rust/crates/libc/src/fuchsia/ |
H A D | mod.rs | 1868 pub const Q_QUOTAON: ::c_int = 0x800002; consts
|