HomeSort by relevance Sort by last modified time
    Searched refs:quotactl (Results 1 - 25 of 68) sorted by null

1 2 3

  /external/strace/tests/
quotactl-xfs.gen.test 2 # Generated by ./tests/gen_tests.sh from ./tests/gen_tests.in (quotactl-xfs -e trace=quotactl); do not edit.
4 run_strace_match_diff -e trace=quotactl
quotactl-v.gen.test 2 # Generated by ./tests/gen_tests.sh from ./tests/gen_tests.in (quotactl-v -v -e trace=quotactl); do not edit.
4 run_strace_match_diff -v -e trace=quotactl
quotactl-xfs-v.gen.test 2 # Generated by ./tests/gen_tests.sh from ./tests/gen_tests.in (quotactl-xfs-v -v -e trace=quotactl); do not edit.
4 run_strace_match_diff -v -e trace=quotactl
  /external/strace/tests-m32/
quotactl-xfs.gen.test 2 # Generated by ./tests/gen_tests.sh from ./tests/gen_tests.in (quotactl-xfs -e trace=quotactl); do not edit.
4 run_strace_match_diff -e trace=quotactl
quotactl-v.gen.test 2 # Generated by ./tests/gen_tests.sh from ./tests/gen_tests.in (quotactl-v -v -e trace=quotactl); do not edit.
4 run_strace_match_diff -v -e trace=quotactl
quotactl-xfs-v.gen.test 2 # Generated by ./tests/gen_tests.sh from ./tests/gen_tests.in (quotactl-xfs-v -v -e trace=quotactl); do not edit.
4 run_strace_match_diff -v -e trace=quotactl
  /external/strace/tests-mx32/
quotactl-xfs.gen.test 2 # Generated by ./tests/gen_tests.sh from ./tests/gen_tests.in (quotactl-xfs -e trace=quotactl); do not edit.
4 run_strace_match_diff -e trace=quotactl
quotactl-v.gen.test 2 # Generated by ./tests/gen_tests.sh from ./tests/gen_tests.in (quotactl-v -v -e trace=quotactl); do not edit.
4 run_strace_match_diff -v -e trace=quotactl
quotactl-xfs-v.gen.test 2 # Generated by ./tests/gen_tests.sh from ./tests/gen_tests.in (quotactl-xfs-v -v -e trace=quotactl); do not edit.
4 run_strace_match_diff -v -e trace=quotactl
  /bionic/libc/arch-arm/syscalls/
quotactl.S 5 ENTRY(quotactl) function
16 END(quotactl)
  /bionic/libc/arch-arm64/syscalls/
quotactl.S 5 ENTRY(quotactl) function
14 END(quotactl)
  /bionic/libc/arch-mips/syscalls/
quotactl.S 5 ENTRY(quotactl) function
19 END(quotactl)
  /bionic/libc/arch-x86_64/syscalls/
quotactl.S 5 ENTRY(quotactl) function
16 END(quotactl)
  /bionic/tests/
sys_quota_test.cpp 25 quotactl(QCMD(Q_GETQUOTA, USRQUOTA), "/", getuid(), reinterpret_cast<char*>(&current));
32 quotactl(QCMD(Q_GETINFO, USRQUOTA), "/", 0, reinterpret_cast<char*>(&current));
  /bionic/libc/arch-mips64/syscalls/
quotactl.S 5 ENTRY(quotactl) function
25 END(quotactl)
  /bionic/libc/include/sys/
quota.h 43 int quotactl(int __cmd, const char* __special, int __id, char* __addr) __INTRODUCED_IN(26);
  /bionic/libc/arch-x86/syscalls/
quotactl.S 5 ENTRY(quotactl) function
44 END(quotactl)
  /external/ltp/testcases/kernel/syscalls/quotactl/
quotactl02.c 22 * This testcase checks basic flags of quotactl(2) for an XFS file system:
23 * 1) quotactl(2) succeeds to turn off xfs quota and get xfs quota off status.
24 * 2) quotactl(2) succeeds to turn on xfs quota and get xfs quota on status.
25 * 3) quotactl(2) succeeds to set and use Q_XGETQUOTA to get xfs disk quota
27 * 4) quotactl(2) succeeds to set and use Q_XGETNEXTQUOTA to get xfs disk
46 #include "lapi/quotactl.h"
83 res = quotactl(QCMD(subcmd, USRQUOTA), tst_device->dev,
87 "quotactl() failed to get xfs quota off status");
104 res = quotactl(QCMD(subcmd, USRQUOTA), tst_device->dev,
108 "quotactl() failed to get xfs quota on status")
    [all...]
quotactl03.c 23 * quotactl(2) with XGETNEXTQUOTA looks for the next active quota for an user
27 * Actually, quotactl(2) overflows and and return 0 as the "next" active id.
54 #include "lapi/quotactl.h"
67 TEST(quotactl(QCMD(Q_XGETNEXTQUOTA, USRQUOTA), tst_device->dev,
70 tst_res(TFAIL, "quotactl() found the next active ID:"
77 "Q_XGETNEXTQUOTA wasn't supported in quotactl()");
quotactl01.c 22 * This testcase checks the basic flag of quotactl(2) for non-XFS filesystems:
23 * 1) quotactl(2) succeeds to turn on quota with Q_QUOTAON flag for user.
24 * 2) quotactl(2) succeeds to set disk quota limits with Q_SETQUOTA flag
26 * 3) quotactl(2) succeeds to get disk quota limits with Q_GETQUOTA flag
28 * 4) quotactl(2) succeeds to set information about quotafile with Q_SETINFO
30 * 5) quotactl(2) succeeds to get information about quotafile with Q_GETINFO
32 * 6) quotactl(2) succeeds to get quota format with Q_GETFMT flag for user.
33 * 7) quotactl(2) succeeds to update quota usages with Q_SYNC flag for user.
34 * 8) quotactl(2) succeeds to turn off quota with Q_QUOTAOFF flag for user.
35 * 9) quotactl(2) succeeds to turn on quota with Q_QUOTAON flag for group
    [all...]
  /external/ltp/testcases/kernel/syscalls/
Makefile 41 mq_timedsend mq_unlink mmap mremap open openat profil ptrace quotactl \
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/sys/
quota.h 94 * Command definitions for the 'quotactl' system call.
220 extern int quotactl (int __cmd, const char *__special, int __id,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/sys/
quota.h 94 * Command definitions for the 'quotactl' system call.
220 extern int quotactl (int __cmd, const char *__special, int __id,
  /frameworks/native/cmds/installd/
CacheTracker.cpp 77 if (quotactl(QCMD(Q_GETQUOTA, GRPQUOTA), mQuotaDevice.c_str(), cacheGid,
80 PLOG(ERROR) << "Failed to quotactl " << mQuotaDevice << " for GID " << cacheGid;
87 if (quotactl(QCMD(Q_GETQUOTA, GRPQUOTA), mQuotaDevice.c_str(), extCacheGid,
90 PLOG(ERROR) << "Failed to quotactl " << mQuotaDevice << " for GID " << cacheGid;
InstalldNativeService.cpp 367 if (quotactl(QCMD(Q_GETQUOTA, USRQUOTA), device.c_str(), uid,
386 if (quotactl(QCMD(Q_SETQUOTA, USRQUOTA), device.c_str(), uid,
    [all...]

Completed in 633 milliseconds

1 2 3