Home
last modified time | relevance | path

Searched refs:Q_SYNC (Results 1 - 10 of 10) sorted by relevance

/third_party/ltp/testcases/kernel/syscalls/quotactl/
H A Dquotactl08.c17 * - 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 Dquotactl01.c19 * - 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 Dquota.rs34 Q_SYNC,
299 QuotaCmd(QuotaSubCmd::Q_SYNC, which), in quotactl_sync()
/third_party/musl/porting/liteos_m/kernel/include/sys/
H A Dquota.h35 #define Q_SYNC 0x800001 macro
/third_party/musl/porting/uniproton/kernel/include/sys/
H A Dquota.h35 #define Q_SYNC 0x800001 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
H A Dquota.h35 #define Q_SYNC 0x800001 macro
/third_party/musl/include/sys/
H A Dquota.h35 #define Q_SYNC 0x800001 macro
/third_party/rust/crates/libc/src/unix/bsd/
H A Dmod.rs360 pub const Q_SYNC: ::c_int = 0x600; consts
/third_party/rust/crates/libc/src/unix/linux_like/
H A Dmod.rs1089 pub const Q_SYNC: ::c_int = 0x800001; consts
/third_party/rust/crates/libc/src/fuchsia/
H A Dmod.rs1867 pub const Q_SYNC: ::c_int = 0x800001; consts

Completed in 24 milliseconds