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

12

/external/iptables/include/linux/netfilter/
H A Dxt_quota.h16 __aligned_u64 quota; member in struct:xt_quota_info
H A Dxt_quota2.h19 aligned_u64 quota; member in struct:xt_quota_mtinfo2
/external/kernel-headers/original/uapi/linux/netfilter/
H A Dxt_quota.h16 __aligned_u64 quota; member in struct:xt_quota_info
/external/iptables/extensions/
H A Dlibxt_quota.c2 * Shared library add-on to iptables to add quota support
15 {.name = "quota", .id = O_QUOTA, .type = XTTYPE_UINT64,
17 XTOPT_POINTER(struct xt_quota_info, quota)},
23 printf("quota match options:\n"
24 "[!] --quota quota quota (bytes)\n");
31 printf(" quota: %llu bytes", (unsigned long long)q->quota);
41 printf(" --quota
[all...]
H A Dlibxt_quota2.c41 {.name = "quota", .id = O_QUOTA, .type = XTTYPE_UINT64,
43 XTOPT_POINTER(struct xt_quota_mtinfo2, quota)},
51 "quota match options:\n"
53 " --no-change never change counter/quota value for matching packets\n"
55 "[!] --quota quota initial quota (bytes or packets)\n"
99 printf(" --quota %llu ", (unsigned long long)q->quota);
112 printf(" quota");
[all...]
/external/ltp/testcases/kernel/fs/quota_remount/
H A Dquota_remount_test01.sh26 # with quota. This feature was added in kernel 2.6.26. Please ##
57 if [ ! -d /proc/sys/fs/quota ]; then
81 # of quota files in a directory with SELinux file_t type
87 quotacheck -cug $MNTDIR || die 2 "Could not create quota files"
90 quotaon -ug $MNTDIR || die 2 "Could not turn quota on"
96 # Get current quota usage
97 BLOCKS=`quota -f $MNTDIR -v -w | tail -n 1 | sed -e 's/ *[^ ]* *\([0-9]*\) .*/\1/'`
105 # Get quota usage after removing the file
106 NEWBLOCKS=`quota -f $MNTDIR -v -w | tail -n 1 | sed -e 's/ *[^ ]* *\([0-9]*\) .*/\1/'`
107 # Has quota usag
[all...]
/external/strace/tests/
H A Dquotactl.h2 * Common definitions for Linux and XFS quota tests.
40 # include <linux/quota.h>
45 # include <sys/quota.h>
/external/strace/tests-m32/
H A Dquotactl.h2 * Common definitions for Linux and XFS quota tests.
40 # include <linux/quota.h>
45 # include <sys/quota.h>
/external/strace/tests-mx32/
H A Dquotactl.h2 * Common definitions for Linux and XFS quota tests.
40 # include <linux/quota.h>
45 # include <sys/quota.h>
/external/autotest/client/site_tests/kernel_SchedBandwith/
H A Dkernel_SchedBandwith.py123 def _cg_set_quota(self, quota=-1):
124 """Set CPU quota that can be used for cgroup
129 quota)
132 if rd_quota != quota:
133 error.TestFail("Setting cpu quota to %d" % quota)
235 errors += self._check_stats('quota', quota_stats, 0.9)
/external/e2fsprogs/po/
H A Dat-expand.pl98 $msg =~ s/\@q/quota/g;
/external/ltp/testcases/kernel/syscalls/quotactl/
H A Dquotactl01.c57 #include <sys/quota.h>
76 /* Default name of the quota file in Fedora 12. */
111 "failed to disable the quota on %s",
146 "couldn't allocate memory for the quota loc buffer");
158 "quota file - %s - doesn't exist (is the name "
166 "quota option. 2. Check the filesystem status "
181 * To use this testcase, the quota function must be turned on and the user must
188 tst_brkm(TBROK, NULL, "This system doesn't support quota v2");
194 /* Only available in quota v2 */
/external/syslinux/gpxe/src/drivers/net/
H A Dsis190.h36 #define sis190_rx_quota(count, quota) count
/external/strace/
H A DAndroid.mk149 quota.c \
H A DMakefile309 process.c process_vm.c ptp.c ptrace.h qualify.c quota.c \
376 strace-quota.$(OBJEXT) strace-readahead.$(OBJEXT) \
1039 process.c process_vm.c ptp.c ptrace.h qualify.c quota.c \
1947 include ./$(DEPDIR)/strace-quota.Po
4589 strace-quota.o: quota.c
4590 $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(strace_CPPFLAGS) $(CPPFLAGS) $(strace_CFLAGS) $(CFLAGS) -MT strace-quota.o -MD -MP -MF $(DEPDIR)/strace-quota.Tpo -c -o strace-quota.o `test -f 'quota
[all...]
/external/e2fsprogs/debugfs/
H A DMakefile.in22 quota.o xattrs.o journal.o revoke.o recovery.o do_journal.o
26 extent_inode.o quota.o xattrs.o
33 $(srcdir)/../misc/create_inode.c $(srcdir)/xattrs.c $(srcdir)/quota.c \
347 quota.o: $(srcdir)/quota.c $(top_builddir)/lib/config.h \
/external/e2fsprogs/e2fsck/
H A DMakefile.in63 dx_dirinfo.o ehandler.o problem.o message.o quota.o recovery.o \
73 profiled/message.o profiled/problem.o profiled/quota.o \
104 $(srcdir)/quota.c \
525 quota.o: $(srcdir)/quota.c $(top_builddir)/lib/config.h \
/external/e2fsprogs/debian/
H A Drules200 COMMON_CONF_FLAGS = --disable-e2initrd-helper --enable-quota \
/external/e2fsprogs/lib/ext2fs/
H A Dext2_fs.h47 #define EXT4_USR_QUOTA_INO 3 /* User quota inode */
48 #define EXT4_GRP_QUOTA_INO 4 /* Group quota inode */
733 __u32 s_usr_quota_inum; /* inode number of user quota file */
734 __u32 s_grp_quota_inum; /* inode number of group quota file */
740 __le32 s_prj_quota_inum; /* inode for tracking project quota */
814 #define EXT4_FEATURE_RO_COMPAT_PROJECT 0x2000 /* Project quota */
901 EXT4_FEATURE_RO_COMPAT_FUNCS(quota, 4, QUOTA)
/external/robolectric/v1/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 852 milliseconds

12