Home
last modified time | relevance | path

Searched refs:Q_QUOTAON (Results 1 - 13 of 13) sorted by relevance

/third_party/ltp/testcases/kernel/syscalls/quotactl/
H A Dquotactl06.c13 * - 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 Dquotactl09.c20 * - 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 Dquotactl08.c11 * - 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 Dquotactl01.c13 * - 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 Dquotactl04.c12 * - 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 Dquota.rs35 Q_QUOTAON,
270 QuotaCmd(QuotaSubCmd::Q_QUOTAON, which), in quotactl_on()
/third_party/musl/porting/liteos_m/kernel/include/sys/
H A Dquota.h36 #define Q_QUOTAON 0x800002 macro
/third_party/musl/porting/uniproton/kernel/include/sys/
H A Dquota.h36 #define Q_QUOTAON 0x800002 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
H A Dquota.h36 #define Q_QUOTAON 0x800002 macro
/third_party/musl/include/sys/
H A Dquota.h36 #define Q_QUOTAON 0x800002 macro
/third_party/rust/crates/libc/src/unix/bsd/
H A Dmod.rs361 pub const Q_QUOTAON: ::c_int = 0x100; consts
/third_party/rust/crates/libc/src/unix/linux_like/
H A Dmod.rs1090 pub const Q_QUOTAON: ::c_int = 0x800002; consts
/third_party/rust/crates/libc/src/fuchsia/
H A Dmod.rs1868 pub const Q_QUOTAON: ::c_int = 0x800002; consts

Completed in 21 milliseconds