Searched refs:Q_GETQUOTA (Results 1 - 15 of 15) sorted by relevance
/third_party/ltp/testcases/kernel/syscalls/quotactl/ |
H A D | quotactl08.c | 13 * - 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 D | quotactl01.c | 15 * - 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 D | quotactl04.c | 14 * - 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 D | quotactl.c | 28 int cmd = QCMD(Q_GETQUOTA, USRQUOTA); in quotactl_0100()
|
/third_party/rust/crates/nix/src/sys/ |
H A D | quota.rs | 37 Q_GETQUOTA, 314 QuotaCmd(QuotaSubCmd::Q_GETQUOTA, which), in quotactl_get()
|
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
H A D | quota.h | 41 #define Q_GETQUOTA 0x800007 macro
|
/third_party/musl/porting/uniproton/kernel/include/sys/ |
H A D | quota.h | 41 #define Q_GETQUOTA 0x800007 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
H A D | quota.h | 41 #define Q_GETQUOTA 0x800007 macro
|
/third_party/musl/include/sys/ |
H A D | quota.h | 41 #define Q_GETQUOTA 0x800007 macro
|
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/ |
H A D | mod.rs | 575 pub const Q_GETQUOTA: ::c_int = 0x300; consts
|
/third_party/rust/crates/libc/src/unix/linux_like/ |
H A D | mod.rs | 1092 pub const Q_GETQUOTA: ::c_int = 0x800007; consts
|
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/dragonfly/ |
H A D | mod.rs | 926 pub const Q_GETQUOTA: ::c_int = 0x300; consts
|
/third_party/rust/crates/libc/src/fuchsia/ |
H A D | mod.rs | 1870 pub const Q_GETQUOTA: ::c_int = 0x800007; consts
|
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/ |
H A D | mod.rs | 1966 pub const Q_GETQUOTA: ::c_int = 0x700; consts
|
/third_party/rust/crates/libc/src/unix/bsd/apple/ |
H A D | mod.rs | 4045 pub const Q_GETQUOTA: ::c_int = 0x300; consts
|
Completed in 55 milliseconds