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

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/iptables-1.x/extensions/
H A D.quota-test2 [ -f $KERNEL_DIR/include/linux/netfilter/xt_quota.h ] && echo quota
H A Dlibipt_quota.c2 * Shared library add-on to iptables to add quota support
16 {"quota", 1, 0, '1'},
24 printf("quota options:\n"
25 " --quota quota quota (bytes)\n" "\n");
33 printf("quota: %llu bytes", (unsigned long long) q->quota);
41 printf("--quota %llu ", (unsigned long long) q->quota);
46 parse_quota(const char *s, u_int64_t * quota) argument
89 struct iptables_match quota = { variable in typeref:struct:iptables_match
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iptables-1.4.12.1/include/linux/netfilter/
H A Dxt_quota.h14 aligned_u64 quota; member in struct:xt_quota_info
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/netfilter/
H A Dxt_quota.h12 aligned_u64 quota; member in struct:xt_quota_info
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/tests/
H A Dsysquotas.c1 /* this test should find out what quota api is available on the os */
15 # include <linux/quota.h>
22 # include <sys/quota.h>
43 #include <sys/quota.h>
46 #include <ufs/ufs/quota.h>
67 #include <sys/quota.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iptables-1.4.12.1/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...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/netfilter/
H A Dxt_quota.c29 if (q->quota >= skb->len) {
30 q->quota -= skb->len;
34 q->quota = 0;
57 .name = "quota",
65 .name = "quota",
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/macros/
H A DMakefile.am15 quota-check.m4 \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/macros/
H A DMakefile.am15 quota-check.m4 \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/etc/afpd/
H A Dunix.h69 /*#include <sys/quota.h>*/
76 #include <linux/quota.h>
85 #include <ufs/ufs/quota.h>
89 #include <ufs/quota.h>
93 #include <jfs/quota.h>
106 /* definitions from sys/quota.h */
114 * quota that is being manipulated (see above).
120 /* declare an internal version of the quota block struct */
H A DMakefile.am38 quota.c \
H A DMakefile58 $(top_srcdir)/macros/quota-check.m4 \
79 ofork.c quota.c status.c switch.c uam.c uid.c unix.c volume.c \
95 afpd-quota.$(OBJEXT) afpd-status.$(OBJEXT) \
315 ofork.c quota.c status.c switch.c uam.c uid.c unix.c volume.c \
462 include ./$(DEPDIR)/afpd-quota.Po
900 afpd-quota.o: quota.c
901 $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(afpd_CFLAGS) $(CFLAGS) -MT afpd-quota.o -MD -MP -MF $(DEPDIR)/afpd-quota.Tpo -c -o afpd-quota
[all...]
H A DMakefile.in58 $(top_srcdir)/macros/quota-check.m4 \
79 ofork.c quota.c status.c switch.c uam.c uid.c unix.c volume.c \
95 afpd-quota.$(OBJEXT) afpd-status.$(OBJEXT) \
315 ofork.c quota.c status.c switch.c uam.c uid.c unix.c volume.c \
462 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/afpd-quota.Po@am__quote@
900 afpd-quota.o: quota.c
901 @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(afpd_CFLAGS) $(CFLAGS) -MT afpd-quota.o -MD -MP -MF $(DEPDIR)/afpd-quota.Tpo -c -o afpd-quota
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/gfs2/
H A DMakefile5 ops_fstype.o ops_inode.o ops_super.o ops_vm.o quota.o \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dquotaio_v2.h2 * Definitions of structures for vfsv0 quota format
9 #include <linux/quota.h>
12 * Definitions of magics and versions of current quota files
25 * The following structure defines the format of the disk quota file
30 __le32 dqb_id; /* id this quota applies to */
61 * Structure of header of block with quota structures. It is padded to 16 bytes so
62 * there will be space for exactly 21 quota-entries in a block
74 #define V2_DQBLKSIZE (1 << V2_DQBLKSIZE_BITS) /* Size of block with quota structures */
76 #define V2_DQTREEDEPTH 4 /* Depth of quota tree */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/etc/afpd/
H A Dunix.h70 /*#include <sys/quota.h>*/
77 #include <linux/quota.h>
86 #include <ufs/ufs/quota.h>
90 #include <ufs/quota.h>
94 #include <jfs/quota.h>
107 /* definitions from sys/quota.h */
115 * quota that is being manipulated (see above).
121 /* declare an internal version of the quota block struct */
H A DMakefile.am39 quota.c \
H A DMakefile.in82 $(top_srcdir)/macros/quota-check.m4 \
103 nfsquota.c ofork.c quota.c status.c switch.c uam.c uid.c \
120 afpd-quota.$(OBJEXT) afpd-status.$(OBJEXT) \
358 ofork.c quota.c status.c switch.c uam.c uid.c unix.c volume.c \
527 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/afpd-quota.Po@am__quote@
979 afpd-quota.o: quota.c
980 @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(afpd_CFLAGS) $(CFLAGS) -MT afpd-quota.o -MD -MP -MF $(DEPDIR)/afpd-quota.Tpo -c -o afpd-quota
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/test/afpd/
H A DMakefile.am39 $(top_builddir)/etc/afpd/quota.c \
H A DMakefile.in57 $(top_srcdir)/macros/quota-check.m4 \
97 $(top_builddir)/etc/afpd/quota.c \
118 test-quota.$(OBJEXT) test-status.$(OBJEXT) \
351 $(top_builddir)/etc/afpd/quota.c \
452 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-quota.Po@am__quote@
888 test-quota.o: $(top_builddir)/etc/afpd/quota.c
889 @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_CFLAGS) $(CFLAGS) -MT test-quota.o -MD -MP -MF $(DEPDIR)/test-quota.Tpo -c -o test-quota
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/test/afpd/
H A DMakefile.am41 $(top_builddir)/etc/afpd/quota.c \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/scripts/
H A Dver_linux56 quota -V 2>&1 | grep version | awk \
57 'NR==1{print "quota-tools ", $NF}'
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/tulip/
H A Dinterrupt.c119 if (rx_work_limit > dev->quota)
120 rx_work_limit = dev->quota;
299 dev->quota -= received;
328 received = dev->quota; /* Not to happen */
330 dev->quota -= received;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/
H A Dstarfire.c216 int quota = np->dirty_rx + RX_RING_SIZE - np->cur_rx; \
217 __netdev_rx(dev, &quota);\
636 static int __netdev_rx(struct net_device *dev, int *quota);
1413 static int __netdev_rx(struct net_device *dev, int *quota) argument
1438 if (*quota <= 0) { /* out of rx quota */
1442 (*quota)--;
1448 printk(KERN_DEBUG " netdev_rx() normal Rx pkt length %d, quota %d.\n", pkt_len, *quota);
1537 int retcode = 0, quota local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/smbd/
H A Dquotas.c35 /* just a quick hack because sysquotas.h is included before linux/quota.h */
59 * This shouldn't be neccessary - it should be /usr/include/sys/quota.h
78 Abstract out the XFS Quota Manager quota get call.
108 Abstract out the old and new Linux quota get calls.
164 Brand-new generic quota interface.
288 #include <sys/quota.h>
397 #include <ufs/quota.h>
506 * no quota set, and 3 if no permission to get the quota. If 0 or 3 return
517 DEBUG(9,("nfs_quotas: Good quota dat
[all...]

Completed in 300 milliseconds

1234567891011>>