Home
last modified time | relevance | path

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

123

/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
Dname1 fix incorrect usage stats in quota
Dscript7 echo "$test_name: $test_description: skipped (quota not enabled)"
/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
Dname1 disable quota using tune2fs
/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/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
Dname1 enable quota using tune2fs
/external/ltp/testcases/kernel/fs/quota_remount/
Dquota_remount_test01.sh56 if [ ! -d /proc/sys/fs/quota ]; then
96 BLOCKS=`quota -f $MNTDIR -v -w | tail -n 1 | sed -e 's/ *[^ ]* *\([0-9]*\) .*/\1/'`
105 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/e2fsprogs/lib/et/test_cases/
Dimap_err.et36 "Over quota"
98 "Unsupported quota resource"
103 "Mailbox is over quota"
106 "Mailbox is at %d%% of quota"
/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/debugfs/
Dro_debug_cmds.ct93 request do_list_quota, "List quota",
96 request do_get_quota, "Get quota",
/external/kernel-headers/original/uapi/linux/netfilter/
Dxt_quota.h16 __aligned_u64 quota; member
/external/iptables/include/linux/netfilter/
Dxt_quota.h16 __aligned_u64 quota; member
Dxt_quota2.h19 aligned_u64 quota; member
/external/ltp/include/
Dconfig.h.default7 requires sys/types.h and sys/quota.h */
11 linux/quota.h instead of sys/quota.h */
15 sys/quota.h */

123