Home
last modified time | relevance | path

Searched refs:Q_SETQUOTA (Results 1 - 16 of 16) sorted by relevance

/third_party/ltp/testcases/kernel/syscalls/quotactl/
H A Dquotactl06.c25 * - 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 Dquotactl08.c12 * - 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 Dquotactl09.c16 * - 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 Dquotactl01.c14 * - 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 Dquotactl04.c13 * - 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 Dquota.rs38 Q_SETQUOTA,
333 QuotaCmd(QuotaSubCmd::Q_SETQUOTA, which), in quotactl_set()
/third_party/musl/porting/liteos_m/kernel/include/sys/
H A Dquota.h42 #define Q_SETQUOTA 0x800008 macro
/third_party/musl/porting/uniproton/kernel/include/sys/
H A Dquota.h42 #define Q_SETQUOTA 0x800008 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
H A Dquota.h42 #define Q_SETQUOTA 0x800008 macro
/third_party/musl/include/sys/
H A Dquota.h42 #define Q_SETQUOTA 0x800008 macro
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/
H A Dmod.rs576 pub const Q_SETQUOTA: ::c_int = 0x400; consts
/third_party/rust/crates/libc/src/unix/linux_like/
H A Dmod.rs1093 pub const Q_SETQUOTA: ::c_int = 0x800008; consts
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/dragonfly/
H A Dmod.rs927 pub const Q_SETQUOTA: ::c_int = 0x400; consts
/third_party/rust/crates/libc/src/fuchsia/
H A Dmod.rs1871 pub const Q_SETQUOTA: ::c_int = 0x800008; consts
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/
H A Dmod.rs1967 pub const Q_SETQUOTA: ::c_int = 0x800; consts
/third_party/rust/crates/libc/src/unix/bsd/apple/
H A Dmod.rs4046 pub const Q_SETQUOTA: ::c_int = 0x400; consts

Completed in 47 milliseconds