Searched refs:Q_SYNC (Results 1 - 10 of 10) sorted by relevance
/third_party/ltp/testcases/kernel/syscalls/quotactl/ |
H A D | quotactl08.c | 17 * - update quota usages with Q_SYNC flag for user 26 * - update quota usages with Q_SYNC flag for group 101 {QCMD(Q_SYNC, USRQUOTA), &test_id, &res_dq, 103 "QCMD(Q_SYNC, USRQUOTA)"}, 140 {QCMD(Q_SYNC, GRPQUOTA), &test_id, &res_dq, 142 "QCMD(Q_SYNC, GRPQUOTA)"},
|
H A D | quotactl01.c | 19 * - update quota usages with Q_SYNC flag for user 28 * - update quota usages with Q_SYNC flag for group 101 {QCMD(Q_SYNC, USRQUOTA), &test_id, &res_dq, 103 "QCMD(Q_SYNC, USRQUOTA)"}, 140 {QCMD(Q_SYNC, GRPQUOTA), &test_id, &res_dq, 142 "QCMD(Q_SYNC, GRPQUOTA)"},
|
/third_party/rust/crates/nix/src/sys/ |
H A D | quota.rs | 34 Q_SYNC, 299 QuotaCmd(QuotaSubCmd::Q_SYNC, which), in quotactl_sync()
|
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
H A D | quota.h | 35 #define Q_SYNC 0x800001 macro
|
/third_party/musl/porting/uniproton/kernel/include/sys/ |
H A D | quota.h | 35 #define Q_SYNC 0x800001 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
H A D | quota.h | 35 #define Q_SYNC 0x800001 macro
|
/third_party/musl/include/sys/ |
H A D | quota.h | 35 #define Q_SYNC 0x800001 macro
|
/third_party/rust/crates/libc/src/unix/bsd/ |
H A D | mod.rs | 360 pub const Q_SYNC: ::c_int = 0x600; consts
|
/third_party/rust/crates/libc/src/unix/linux_like/ |
H A D | mod.rs | 1089 pub const Q_SYNC: ::c_int = 0x800001; consts
|
/third_party/rust/crates/libc/src/fuchsia/ |
H A D | mod.rs | 1867 pub const Q_SYNC: ::c_int = 0x800001; consts
|
Completed in 24 milliseconds