/third_party/ltp/testcases/kernel/syscalls/quotactl/ |
H A D | quotactl06.c | 25 * - ERANGE when cmd is Q_SETQUOTA, but the specified limits are out of the 101 {QCMD(Q_SETQUOTA, USRQUOTA), &fmt_id, NULL, EFAULT, 1, 110 {QCMD(Q_SETQUOTA, USRQUOTA), &test_id, &set_dq, ESRCH, 0, 111 "ESRCH is for Q_SETQUOTA but no quota found for the user or quotas are off"}, 119 {QCMD(Q_SETQUOTA, USRQUOTA), &test_id, &set_dqmax, ERANGE, 1, 120 "ERANGE for Q_SETQUOTA, but the specified limits are out of range"},
|
H A D | quotactl08.c | 12 * - set disk quota limits with Q_SETQUOTA flag for user 21 * - set disk quota limits with Q_SETQUOTA flag for group 78 {QCMD(Q_SETQUOTA, USRQUOTA), &test_id, &set_dq, 80 "QCMD(Q_SETQUOTA, USRQUOTA)"}, 118 {QCMD(Q_SETQUOTA, GRPQUOTA), &test_id, &set_dq, 120 "QCMD(Q_SETQUOTA, GRPQUOTA)"},
|
H A D | quotactl09.c | 16 * - ERANGE when cmd is Q_SETQUOTA, but the specified limits are out of the range 65 {QCMD(Q_SETQUOTA, USRQUOTA), &fmt_id, NULL, EFAULT, 1, 74 {QCMD(Q_SETQUOTA, USRQUOTA), &test_id, &set_dqmax, ERANGE, 1, 75 "ERANGE when cmd is Q_SETQUOTA, but the specified limits are out of the range"},
|
H A D | quotactl01.c | 14 * - set disk quota limits with Q_SETQUOTA flag for user 23 * - set disk quota limits with Q_SETQUOTA flag for group 78 {QCMD(Q_SETQUOTA, USRQUOTA), &test_id, &set_dq, 80 "QCMD(Q_SETQUOTA, USRQUOTA)"}, 118 {QCMD(Q_SETQUOTA, GRPQUOTA), &test_id, &set_dq, 120 "QCMD(Q_SETQUOTA, GRPQUOTA)"},
|
H A D | quotactl04.c | 13 * - set disk quota limits with Q_SETQUOTA flag for project 66 {QCMD(Q_SETQUOTA, PRJQUOTA), &test_id, &set_dq, 68 "QCMD(Q_SETQUOTA, PRJQUOTA)"},
|
/third_party/rust/crates/nix/src/sys/ |
H A D | quota.rs | 38 Q_SETQUOTA, 333 QuotaCmd(QuotaSubCmd::Q_SETQUOTA, which), in quotactl_set()
|
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
H A D | quota.h | 42 #define Q_SETQUOTA 0x800008 macro
|
/third_party/musl/porting/uniproton/kernel/include/sys/ |
H A D | quota.h | 42 #define Q_SETQUOTA 0x800008 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
H A D | quota.h | 42 #define Q_SETQUOTA 0x800008 macro
|
/third_party/musl/include/sys/ |
H A D | quota.h | 42 #define Q_SETQUOTA 0x800008 macro
|
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/ |
H A D | mod.rs | 576 pub const Q_SETQUOTA: ::c_int = 0x400; consts
|
/third_party/rust/crates/libc/src/unix/linux_like/ |
H A D | mod.rs | 1093 pub const Q_SETQUOTA: ::c_int = 0x800008; consts
|
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/dragonfly/ |
H A D | mod.rs | 927 pub const Q_SETQUOTA: ::c_int = 0x400; consts
|
/third_party/rust/crates/libc/src/fuchsia/ |
H A D | mod.rs | 1871 pub const Q_SETQUOTA: ::c_int = 0x800008; consts
|
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/ |
H A D | mod.rs | 1967 pub const Q_SETQUOTA: ::c_int = 0x800; consts
|
/third_party/rust/crates/libc/src/unix/bsd/apple/ |
H A D | mod.rs | 4046 pub const Q_SETQUOTA: ::c_int = 0x400; consts
|