Searched refs:Q_SETINFO (Results 1 - 9 of 9) sorted by relevance
/third_party/ltp/testcases/kernel/syscalls/quotactl/ |
H A D | quotactl08.c | 14 * - set information about quotafile with Q_SETINFO flag for user 23 * - set information about quotafile with Q_SETINFO flag for group 87 {QCMD(Q_SETINFO, USRQUOTA), &test_id, &set_qf, 89 "QCMD(Q_SETINFO, USRQUOTA)"}, 127 {QCMD(Q_SETINFO, GRPQUOTA), &test_id, &set_qf, 129 "QCMD(Q_SETINFO, GRPQUOTA)"},
|
H A D | quotactl01.c | 16 * - set information about quotafile with Q_SETINFO flag for user 25 * - set information about quotafile with Q_SETINFO flag for group 87 {QCMD(Q_SETINFO, USRQUOTA), &test_id, &set_qf, 89 "QCMD(Q_SETINFO, USRQUOTA)"}, 127 {QCMD(Q_SETINFO, GRPQUOTA), &test_id, &set_qf, 129 "QCMD(Q_SETINFO, GRPQUOTA)"},
|
H A D | quotactl04.c | 15 * - set information about quotafile with Q_SETINFO flag for project 75 {QCMD(Q_SETINFO, PRJQUOTA), &test_id, &set_qf, 77 "QCMD(Q_SETINFO, PRJQUOTA"},
|
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
H A D | quota.h | 40 #define Q_SETINFO 0x800006 macro
|
/third_party/musl/porting/uniproton/kernel/include/sys/ |
H A D | quota.h | 40 #define Q_SETINFO 0x800006 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
H A D | quota.h | 40 #define Q_SETINFO 0x800006 macro
|
/third_party/musl/include/sys/ |
H A D | quota.h | 40 #define Q_SETINFO 0x800006 macro
|
/third_party/rust/crates/libc/src/unix/linux_like/ |
H A D | mod.rs | 1077 pub const Q_SETINFO: ::c_int = 0x800006; consts
|
/third_party/rust/crates/libc/src/fuchsia/ |
H A D | mod.rs | 1853 pub const Q_SETINFO: ::c_int = 0x800006; consts
|
Completed in 32 milliseconds