/third_party/rust/crates/nix/src/sys/ |
H A D | quota.rs | 240 fn quotactl<P: ?Sized + NixPath>( in quotactl() functions 250 libc::quotactl(cmd.as_int(), path.as_ptr(), id, addr) in quotactl() 252 None => Ok(libc::quotactl(cmd.as_int(), ptr::null(), id, addr)), in quotactl() 269 quotactl( in quotactl_on() 283 quotactl( in quotactl_off() 298 quotactl( in quotactl_sync() 313 quotactl( in quotactl_get() 332 quotactl( in quotactl_set()
|
/third_party/ltp/testcases/kernel/syscalls/quotactl/ |
H A D | quotactl06.c | 10 * Tests basic error handling of the quotactl syscall with visible quota files 139 TST_EXP_PASS_SILENT(quotactl(QCMD(Q_QUOTAON, USRQUOTA), in verify_quotactl() 141 "quotactl with Q_QUOTAON"); in verify_quotactl() 155 TST_EXP_FAIL(quotactl(tc->cmd, "/dev/null", *tc->id, tc->addr), in verify_quotactl() 156 ENOTBLK, "quotactl()"); in verify_quotactl() 158 TST_EXP_FAIL(quotactl(tc->cmd, tst_device->dev, *tc->id, in verify_quotactl() 159 tc->addr), tc->exp_err, "quotactl()"); in verify_quotactl() 163 TST_EXP_PASS_SILENT(quotactl(QCMD(Q_QUOTAOFF, USRQUOTA), in verify_quotactl() 165 "quotactl with Q_QUOTAOFF"); in verify_quotactl() 183 tst_res(TINFO, "quotactl() wit in setup() [all...] |
H A D | quotactl_syscall_var.h | 10 #include "lapi/quotactl.h" 20 return quotactl(cmd, special, id, addr); in do_quotactl() 27 tst_res(TINFO, "Test quotactl()"); in quotactl_info()
|
H A D | quotactl01.c | 11 * This testcases checks that quotactl(2) on ext4 filesystem succeeds to: 159 tst_res(TINFO, "quotactl() with %s format", var->fmt_name); in setup() 167 TEST(quotactl(QCMD(Q_GETNEXTQUOTA, USRQUOTA), tst_device->dev, in setup() 195 TST_EXP_PASS_SILENT(quotactl(tc->cmd, tst_device->dev, *tc->id, tc->addr), in verify_quota() 196 "quotactl to %s", tc->des); in verify_quota() 201 tst_res(TFAIL, "quotactl failed to %s", tc->des); in verify_quota() 207 tst_res(TPASS, "quotactl succeeded to %s", tc->des); in verify_quota()
|
/third_party/musl/src/linux/ |
H A D | quotactl.c | 4 int quotactl(int cmd, const char *special, int id, char *addr) in quotactl() function
|
/third_party/musl/libc-test/src/functionalext/supplement/linux/ |
H A D | quotactl.c | 30 int ret = quotactl(cmd, "/dev", getuid(), (char *)(&strinfo)); in quotactl_0100()
|
/third_party/ltp/testcases/kernel/syscalls/ |
H A D | Makefile | 27 mq_timedsend mq_unlink mmap mremap open openat profil ptrace quotactl \
|
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
H A D | quota.h | 96 int quotactl(int, const char *, int, char *);
|
/third_party/musl/porting/uniproton/kernel/include/sys/ |
H A D | quota.h | 96 int quotactl(int, const char *, int, char *);
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
H A D | quota.h | 96 int quotactl(int, const char *, int, char *);
|
/third_party/musl/include/sys/ |
H A D | quota.h | 96 int quotactl(int, const char *, int, char *);
|
/third_party/rust/crates/libc/src/fuchsia/ |
H A D | mod.rs | 3997 pub fn quotactl( in quotactl() functions
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/ |
H A D | mod.rs | 4011 pub fn quotactl( in quotactl() functions
|
/third_party/rust/crates/libc/src/unix/bsd/apple/ |
H A D | mod.rs | 5370 pub fn quotactl( in quotactl() functions
|