Home
last modified time | relevance | path

Searched refs:quota (Results 1 – 25 of 104) sorted by relevance

12345

/external/iptables/extensions/
Dlibxt_quota.t2 -m quota --quota 0;=;OK
3 -m quota ! --quota 0;=;OK
4 -m quota --quota 18446744073709551615;=;OK
5 -m quota ! --quota 18446744073709551615;=;OK
6 -m quota --quota 18446744073709551616;;FAIL
7 -m quota;;FAIL
Dlibxt_quota2.man6 When counting down from the initial quota, the counter will stop at 0 and
7 the match will return false, just like the original "quota" match. In growing
14 Makes it so the counter or quota amount is never changed by packets matching
15 this rule. This is only really useful in "quota" mode, as it will allow you to
16 use complex prerouting rules in association with the quota system, without
24 [\fB!\fP] \fB\-\-quota\fP \fIiq\fP
25 Specify the initial quota for this counter. If the counter already exists,
36 \-A INPUT \-p tcp \-\-dport 6881 \-m quota \-\-name bt \-\-grow;
37 \-A OUTPUT \-p tcp \-\-sport 6881 \-m quota \-\-name bt;
Dlibxt_quota.c17 XTOPT_POINTER(struct xt_quota_info, quota)},
31 printf(" quota: %llu bytes", (unsigned long long)q->quota); in quota_print()
41 printf(" --quota %llu", (unsigned long long) q->quota); in quota_save()
51 info->quota = cb->val.u64; in quota_parse()
61 (unsigned long long) q->quota); in quota_xlate()
Dlibxt_quota2.c43 XTOPT_POINTER(struct xt_quota_mtinfo2, quota)},
99 printf(" --quota %llu ", (unsigned long long)q->quota); in quota_mt2_save()
115 printf(" %llu ", (unsigned long long)q->quota); in quota_mt2_print()
130 .userspacesize = offsetof(struct xt_quota_mtinfo2, quota),
Dlibxt_quota.man6 [\fB!\fP] \fB\-\-quota\fP \fIbytes\fP
7 The quota in bytes.
/external/e2fsprogs/tests/f_quota/
Dexpect.02 user id blocks quota limit inodes quota limit
7 group id blocks quota limit inodes quota limit
10 user id blocks quota limit inodes quota limit
13 user id blocks quota limit inodes quota limit
16 user id blocks quota limit inodes quota limit
19 group id blocks quota limit inodes quota limit
Dexpect.18 Update quota info for quota type 0? yes
/external/e2fsprogs/tests/t_quota_2off/
Dscript8 $MKE2FS -q -F -o Linux -b 4096 -O quota $TMPFILE 100 > $test_name.log 2>&1
11 echo "mke2fs -O quota failed" > $test_name.failed
16 $TUNE2FS -O ^quota $TMPFILE >> $test_name.log 2>&1
19 echo "tune2fs -O ^quota failed" > $test_name.failed
30 echo "e2fsck with quota enabled failed with $status" > $test_name.failed
/external/ltp/m4/
Dltp-quota.m427 #include <sys/quota.h>
36 AC_DEFINE(HAVE_QUOTAV2,1,[Define to 1 if you have quota v2])
39 # got quota v1?
43 #include <sys/quota.h>
52 AC_DEFINE(HAVE_QUOTAV1,1,[Define to 1 if you have quota v1])
54 …AC_MSG_WARN(Couldn't determine quota version (please submit config.log and manpage to ltp@lists.li…
Dltp-xfs_quota.m425 AC_MSG_CHECKING([for XFS quota (xfs/xqm.h)])
29 #include <sys/quota.h>
37 AC_DEFINE(HAVE_XFS_QUOTA,1,[Define to 1 if you have xfs quota])
/external/e2fsprogs/tests/f_quota_invalid_inum/
Dexpect.11 Invalid user quota inode 808464432. Fix? yes
3 Invalid group quota inode 808464432. Fix? yes
5 Invalid project quota inode 808464432. Fix? yes
/external/syzkaller/vendor/google.golang.org/grpc/transport/
Dflowcontrol.go55 quota int32 member
69 quota: sz,
79 if atomic.LoadInt32(&w.quota) > 0 {
80 atomic.AddInt32(&w.quota, -sz)
94 a := atomic.AddInt32(&w.quota, sz)
/external/e2fsprogs/tests/f_del_dup_quota/
Dexpect.133 Update quota info for quota type 0<y>? yes
35 Update quota info for quota type 1<y>? yes
/external/e2fsprogs/doc/RelNotes/
Dv1.43.5.txt13 Fix a potential crash in tune2fs when enabling project quota when the
29 E2fsck will now notice invalid quota inode numbers, and offer to fix
39 Fixed tune2fs's support for enabling and disabling project quota.
54 Fix e2fsck to correctly handle quota accounting when deleting files
64 The e2fsck program now properly updates the quota accounting when
69 Fix e2fsck's quota handling when the bigalloc feature is enabled.
81 able to correctly enable the quota feature. (Addresses Debian Bug
96 extraneous and confusing output if the user specifies a quota type.
Dv1.43.6.txt4 Fix printing of quota inconsistency messages on 32-bit platforms in
5 e2fsck. Also fix a bug which cause project quota problems to be
6 labelled as group quota problems.
29 size is not large enough to support the project quota feature
31 be 128 bytes, and the project quota is enabled mke2fs will fail since
/external/e2fsprogs/tests/t_quota_1on/
Dscript24 $TUNE2FS -O quota $TMPFILE >> $test_name.log 2>&1
27 echo "tune2fs -O quota failed with $status" > $test_name.failed
38 echo "e2fsck with quota enabled failed with $status" > $test_name.failed
/external/ltp/testcases/kernel/fs/quota_remount/
Dquota_remount_test01.sh56 if [ ! -d /proc/sys/fs/quota ]; then
106 BLOCKS=`quota -f $MNTDIR -v -w | tail -n 1 | sed -e 's/ *[^ ]* *\([0-9]*\) .*/\1/'`
115 NEWBLOCKS=`quota -f $MNTDIR -v -w | tail -n 1 | sed -e 's/ *[^ ]* *\([0-9]*\) .*/\1/'`
/external/e2fsprogs/tests/m_quota/
Dscript1 DESCRIPTION="enable quota feature on mkfs"
3 MKE2FS_OPTS="-O quota,project -I 256"
Dexpect.19 Filesystem features: ext_attr resize_inode dir_index filetype sparse_super quota project
21 Filesystem features: ext_attr resize_inode dir_index filetype sparse_super quota project
48 User quota inode: 3
49 Group quota inode: 4
50 Project quota inode: 12
/external/autotest/client/site_tests/kernel_SchedBandwith/
Dkernel_SchedBandwith.py123 def _cg_set_quota(self, quota=-1): argument
129 quota)
132 if rd_quota != quota:
133 error.TestFail("Setting cpu quota to %d" % quota)
/external/e2fsprogs/tests/f_quota_extent_opt/
Dexpect.110 Update quota info for quota type 0? yes
/external/e2fsprogs/tests/t_project_4off/
Dscript8 $MKE2FS -q -F -o Linux -I 256 -b 4096 -O quota,project $TMPFILE 100 > $test_name.log 2>&1
11 echo "mke2fs -O quota,project failed" > $test_name.failed
/external/e2fsprogs/tests/t_project_2off/
Dscript8 $MKE2FS -q -F -o Linux -I 256 -b 4096 -O quota,project $TMPFILE 100 > $test_name.log 2>&1
11 echo "mke2fs -O quota,project failed" > $test_name.failed
/external/syzkaller/sys/linux/
Dfilesystem.txt160 quota stringnoz["quota"]
299 quota_off stringnoz["quota=off"]
300 quota_account stringnoz["quota=account"]
301 quota_on stringnoz["quota=on"]
302 quota stringnoz["quota"]
333 quota stringnoz["quota"]
462 quota stringnoz["quota"]
547 quota stringnoz["quota"]
/external/e2fsprogs/lib/et/test_cases/
Dimap_err.et63 "Over quota"
189 "Unsupported quota resource"
205 "Mailbox is over %s quota"
208 "Mailbox is at %d%% of %s quota"

12345