Home
last modified time | relevance | path

Searched refs:quota (Results 1 - 11 of 11) sorted by relevance

/third_party/ltp/include/lapi/
H A Dquotactl.h12 #include <sys/quota.h>
23 # include <linux/quota.h>
/third_party/ltp/testcases/kernel/fs/quota_remount/
H A Dquota_remount_test01.sh8 TST_NEEDS_CMDS="dd mkfs.ext3 mount quota quotacheck quotaon sed tail"
19 if [ ! -d /proc/sys/fs/quota ]; then
20 tst_brk TCONF "quota not supported in kernel"
39 quota -f $MNTDIR -v -w | tail -n 1 | sed -e 's/ *[^ ]* *\([0-9]*\) .*/\1/'
44 tst_res TINFO "testing quota on remount"
52 # of quota files in a directory with SELinux file_t type
73 tst_res TPASS "quota on remount passed"
/third_party/musl/src/linux/
H A Dquotactl.c1 #include <sys/quota.h>
/third_party/musl/libc-test/src/functionalext/supplement/linux/
H A Dquotactl.c17 #include <sys/quota.h>
/third_party/ltp/testcases/kernel/syscalls/quotactl/
H A Dquotactl03.c10 * quotactl(2) with XGETNEXTQUOTA looks for the next active quota for an user
13 * and finding no active quota, it should return -1 and set errno to ENOENT.
29 #include <sys/quota.h>
H A Dquotactl07.c19 #include <sys/quota.h>
27 /* Include a valid quota type to avoid other EINVAL error */
54 * Ensure superblock has quota data, but not running. In here, we must unmount in setup()
55 * completely and mount again with '-o no quota' because 'mount -o remount, noquota' in setup()
H A Dquotactl06.c10 * Tests basic error handling of the quotactl syscall with visible quota files
20 * - ESRCH when no disk quota is found for the indicated user and quotas have
22 * - ESRCH when cmd is Q_QUOTAON, but the quota format was not found
24 * equal to id that has an active quota
26 * range allowed by the quota format
30 * For ERANGE error, the vfsv0 and vfsv1 format's maximum quota limit setting
37 * quota: Fix maximum quota limit settings
41 #include <sys/quota.h>
111 "ESRCH is for Q_SETQUOTA but no quota foun
[all...]
H A Dquotactl09.c10 * Tests basic error handling of the quotactl syscall without visible quota files
17 * allowed by the quota format
26 #include <sys/quota.h>
179 .dev_fs_opts = (const char *const[]){"-O quota", NULL},
/third_party/ltp/lib/
H A Dtst_supported_fs_types.c11 #include <sys/quota.h>
/third_party/rust/crates/nix/src/sys/
H A Dmod.rs93 #![feature = "quota"]
94 pub mod quota; modules
/third_party/python/Lib/
H A Dimaplib.py570 """Get the quota root's resource usage and limits.
581 """Get the list of quota roots for the named mailbox.
586 typ, quota = self._untagged_response(typ, dat, 'QUOTA')
588 return typ, [quotaroot, quota]
787 """Set the quota root's resource limits.

Completed in 5 milliseconds