Searched refs:Q_GETFMT (Results 1 - 9 of 9) sorted by relevance
/third_party/ltp/testcases/kernel/syscalls/quotactl/ |
H A D | quotactl08.c | 16 * - get quota format with Q_GETFMT flag for user 25 * - get quota format with Q_GETFMT flag for group 96 {QCMD(Q_GETFMT, USRQUOTA), &test_id, &fmt_buf, 99 "QCMD(Q_GETFMT, USRQUOTA)"}, 136 {QCMD(Q_GETFMT, GRPQUOTA), &test_id, &fmt_buf, 138 "QCMD(Q_GETFMT, GRPQUOTA)"},
|
H A D | quotactl01.c | 18 * - get quota format with Q_GETFMT flag for user 27 * - get quota format with Q_GETFMT flag for group 96 {QCMD(Q_GETFMT, USRQUOTA), &test_id, &fmt_buf, 99 "QCMD(Q_GETFMT, USRQUOTA)"}, 136 {QCMD(Q_GETFMT, GRPQUOTA), &test_id, &fmt_buf, 138 "QCMD(Q_GETFMT, GRPQUOTA)"},
|
H A D | quotactl04.c | 17 * - get quota format with Q_GETFMT flag for project 84 {QCMD(Q_GETFMT, PRJQUOTA), &test_id, &fmt_buf, 86 "get quota format for project", "QCMD(Q_GETFMT, PRJQUOTA)"},
|
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
H A D | quota.h | 38 #define Q_GETFMT 0x800004 macro
|
/third_party/musl/porting/uniproton/kernel/include/sys/ |
H A D | quota.h | 38 #define Q_GETFMT 0x800004 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
H A D | quota.h | 38 #define Q_GETFMT 0x800004 macro
|
/third_party/musl/include/sys/ |
H A D | quota.h | 38 #define Q_GETFMT 0x800004 macro
|
/third_party/rust/crates/libc/src/unix/linux_like/ |
H A D | mod.rs | 1075 pub const Q_GETFMT: ::c_int = 0x800004; consts
|
/third_party/rust/crates/libc/src/fuchsia/ |
H A D | mod.rs | 1851 pub const Q_GETFMT: ::c_int = 0x800004; consts
|
Completed in 19 milliseconds