/external/iptables/extensions/ |
D | libxt_quota.t | 2 -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
|
D | libxt_quota.txlate | 1 iptables-translate -A OUTPUT -m quota --quota 111 2 nft add rule ip filter OUTPUT quota 111 bytes counter 4 iptables-translate -A OUTPUT -m quota ! --quota 111 5 nft add rule ip filter OUTPUT quota over 111 bytes counter
|
D | libxt_quota2.man | 6 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;
|
D | libxt_quota.c | 17 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() 60 (unsigned long long) q->quota); in quota_xlate()
|
D | libxt_quota2.c | 43 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),
|
D | libxt_quota.man | 6 [\fB!\fP] \fB\-\-quota\fP \fIbytes\fP 7 The quota in bytes.
|
/external/e2fsprogs/tests/f_quota/ |
D | expect.0 | 2 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
|
D | expect.1 | 8 Update quota info for quota type 0? yes
|
/external/e2fsprogs/tests/t_quota_2off/ |
D | script | 8 $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/e2fsprogs/tests/f_quota_invalid_inum/ |
D | expect.1 | 1 Invalid user quota inode 808464432. Fix? yes 3 Invalid group quota inode 808464432. Fix? yes 5 Invalid project quota inode 808464432. Fix? yes
|
/external/e2fsprogs/tests/f_del_dup_quota/ |
D | expect.1 | 33 Update quota info for quota type 0<y>? yes 35 Update quota info for quota type 1<y>? yes
|
/external/e2fsprogs/tests/t_quota_1on/ |
D | script | 24 $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/e2fsprogs/doc/RelNotes/ |
D | v1.43.5.txt | 13 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.
|
D | v1.43.6.txt | 4 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
|
D | v1.45.4.txt | 10 quota code used by e2fsck. (Addresses CVE-2019-5094) 20 quota counts are correctly updated.
|
/external/ltp/testcases/kernel/fs/quota_remount/ |
D | quota_remount_test01.sh | 56 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/ |
D | script | 1 DESCRIPTION="enable quota feature on mkfs" 3 MKE2FS_OPTS="-O quota,project -I 256"
|
D | expect.1 | 9 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/e2fsprogs/tests/f_quota_extent_opt/ |
D | expect.1 | 10 Update quota info for quota type 0? yes
|
/external/autotest/client/site_tests/kernel_SchedBandwith/ |
D | kernel_SchedBandwith.py | 123 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/t_project_2off/ |
D | script | 8 $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_4off/ |
D | script | 8 $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/tensorflow/tensorflow/core/tpu/kernels/ |
D | tpu_compilation_cache_service.cc | 82 ::grpc::ResourceQuota quota; in SetMemoryQuota() 83 quota.Resize(max_bytes); in SetMemoryQuota() 84 server_builder_->SetResourceQuota(quota); in SetMemoryQuota()
|
/external/rust/crates/grpcio/src/ |
D | lib.rs | 40 mod quota; module 74 pub use crate::quota::ResourceQuota;
|
/external/e2fsprogs/lib/et/test_cases/ |
D | imap_err.et | 63 "Over quota" 189 "Unsupported quota resource" 205 "Mailbox is over %s quota" 208 "Mailbox is at %d%% of %s quota"
|