Home
last modified time | relevance | path

Searched refs:Q_GETQUOTA (Results 1 - 15 of 15) sorted by relevance

/third_party/ltp/testcases/kernel/syscalls/quotactl/
H A Dquotactl08.c13 * - get disk quota limits with Q_GETQUOTA flag for user
22 * - get disk quota limits with Q_GETQUOTA flag for group
82 {QCMD(Q_GETQUOTA, USRQUOTA), &test_id, &res_dq,
85 "QCMD(Q_GETQUOTA, USRQUOTA)"},
122 {QCMD(Q_GETQUOTA, GRPQUOTA), &test_id, &res_dq, &set_dq.dqb_bsoftlimit,
125 "QCMD(Q_GETQUOTA, GRPQUOTA)"},
H A Dquotactl01.c15 * - get disk quota limits with Q_GETQUOTA flag for user
24 * - get disk quota limits with Q_GETQUOTA flag for group
82 {QCMD(Q_GETQUOTA, USRQUOTA), &test_id, &res_dq,
85 "QCMD(Q_GETQUOTA, USRQUOTA)"},
122 {QCMD(Q_GETQUOTA, GRPQUOTA), &test_id, &res_dq, &set_dq.dqb_bsoftlimit,
125 "QCMD(Q_GETQUOTA, GRPQUOTA)"},
H A Dquotactl04.c14 * - get disk quota limits with Q_GETQUOTA flag for project
70 {QCMD(Q_GETQUOTA, PRJQUOTA), &test_id, &res_dq,
73 "QCMD(Q_GETQUOTA, PRJQUOTA)"},
/third_party/musl/libc-test/src/functionalext/supplement/linux/
H A Dquotactl.c28 int cmd = QCMD(Q_GETQUOTA, USRQUOTA); in quotactl_0100()
/third_party/rust/crates/nix/src/sys/
H A Dquota.rs37 Q_GETQUOTA,
314 QuotaCmd(QuotaSubCmd::Q_GETQUOTA, which), in quotactl_get()
/third_party/musl/porting/liteos_m/kernel/include/sys/
H A Dquota.h41 #define Q_GETQUOTA 0x800007 macro
/third_party/musl/porting/uniproton/kernel/include/sys/
H A Dquota.h41 #define Q_GETQUOTA 0x800007 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
H A Dquota.h41 #define Q_GETQUOTA 0x800007 macro
/third_party/musl/include/sys/
H A Dquota.h41 #define Q_GETQUOTA 0x800007 macro
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/
H A Dmod.rs575 pub const Q_GETQUOTA: ::c_int = 0x300; consts
/third_party/rust/crates/libc/src/unix/linux_like/
H A Dmod.rs1092 pub const Q_GETQUOTA: ::c_int = 0x800007; consts
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/dragonfly/
H A Dmod.rs926 pub const Q_GETQUOTA: ::c_int = 0x300; consts
/third_party/rust/crates/libc/src/fuchsia/
H A Dmod.rs1870 pub const Q_GETQUOTA: ::c_int = 0x800007; consts
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/
H A Dmod.rs1966 pub const Q_GETQUOTA: ::c_int = 0x700; consts
/third_party/rust/crates/libc/src/unix/bsd/apple/
H A Dmod.rs4045 pub const Q_GETQUOTA: ::c_int = 0x300; consts

Completed in 46 milliseconds