Searched refs:quota (Results 26 - 50 of 388) sorted by relevance

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/etc/afpd/
H A Dquota.c2 * $Id: quota.c,v 1.35 2010-04-03 07:11:35 franklahm Exp $
52 #include <quota/quota.h>
114 if (uretq < 1 && gretq < 1) { /* no quota for this fs */
184 ** Check kernel quota version
185 ** Taken from quota-tools 3.08 by Jan Kara <jack@suse.cz>
192 if (stat("/proc/sys/fs/quota", &st) == 0) {
236 /* This branch is *not* in quota-tools 3.08
237 ** but without it quota version is not correctly
242 if ((qf = fopen("/proc/fs/quota", "
[all...]
H A DMakefile82 $(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) \
357 ofork.c quota.c status.c switch.c uam.c uid.c unix.c volume.c \
526 include ./$(DEPDIR)/afpd-quota.Po
978 afpd-quota.o: quota.c
979 $(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/net/core/
H A Ddev.c1232 if (dev->quota < 0)
1233 dev->quota += dev->weight;
1235 dev->quota = dev->weight;
2302 int quota = min(backlog_dev->quota, *budget); local
2329 if (work >= quota || jiffies - start_time > 1)
2334 backlog_dev->quota -= work;
2339 backlog_dev->quota -= work;
2371 if (dev->quota <= 0 || dev->poll(dev, &budget)) {
2375 if (dev->quota <
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/test/afpd/
H A DMakefile.in81 $(top_srcdir)/macros/quota-check.m4 \
124 $(top_builddir)/etc/afpd/quota.c \
146 test-quota.$(OBJEXT) test-status.$(OBJEXT) \
401 $(top_builddir)/etc/afpd/quota.c \
507 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-quota.Po@am__quote@
971 test-quota.o: $(top_builddir)/etc/afpd/quota.c
972 @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...]
H A DMakefile81 $(top_srcdir)/macros/quota-check.m4 \
124 $(top_builddir)/etc/afpd/quota.c \
146 test-quota.$(OBJEXT) test-status.$(OBJEXT) \
401 $(top_builddir)/etc/afpd/quota.c \
507 include ./$(DEPDIR)/test-quota.Po
971 test-quota.o: $(top_builddir)/etc/afpd/quota.c
972 $(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/samba-3.0.13/source/lib/
H A Dsysquotas_4A.c40 #include <sys/quota.h>
105 /* the upper layer functions don't want empty quota records...*/
122 /* the upper layer functions don't want empty quota records...*/
217 * switching on/off quota via quotactl()
274 * switching on/off quota via quotactl()
H A Dsysquotas_xfs.c40 #include <sys/quota.h>
72 Abstract out the XFS Quota Manager quota get call.
159 Abstract out the XFS Quota Manager quota set call.
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/
H A DMakefile54 obj-$(CONFIG_QUOTACTL) += quota.o
H A Dquota_v1.c3 #include <linux/quota.h>
13 MODULE_DESCRIPTION("Old quota format support");
91 /* Magics of new quota format */
97 /* Header of new quota format */
126 printk(KERN_INFO "VFS: %s: Refusing to turn on old quota format on given file. It probably contains newer quota format.\n", sb->s_id);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/macros/
H A DMakefile.in50 $(top_srcdir)/macros/quota-check.m4 \
255 quota-check.m4 \
H A DMakefile50 $(top_srcdir)/macros/quota-check.m4 \
255 quota-check.m4 \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/test/afpd/
H A DMakefile57 $(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 include ./$(DEPDIR)/test-quota.Po
888 test-quota.o: $(top_builddir)/etc/afpd/quota.c
889 $(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/src/linux/linux-2.6/drivers/net/ibm_emac/
H A Dibm_emac_mal.c280 int rx_work_limit = min(ndev->quota, *budget), received = 0, done;
338 ndev->quota -= received;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/
H A Dtitan_ge.c1455 if (titan_ge_eth->rx_work_limit > netdev->quota)
1456 titan_ge_eth->rx_work_limit = netdev->quota;
1472 /* Out of quota and there is work to be done */
1490 netdev->quota -= work_done;
1508 netdev->quota -= work_done;
H A Dpcnet32.c1258 static int pcnet32_rx(struct net_device *dev, int quota) argument
1266 while (quota > npackets && (short)le16_to_cpu(rxp->status) >= 0) {
1385 int quota = min(dev->quota, *budget); local
1390 quota = pcnet32_rx(dev, quota);
1402 *budget -= quota;
1403 dev->quota -= quota;
1405 if (dev->quota
[all...]
H A Dr8169.c104 #define rtl8169_rx_quota(count, quota) min(count, quota)
108 #define rtl8169_rx_quota(count, quota) count
2516 rx_left = rtl8169_rx_quota(rx_left, (u32) dev->quota);
2682 unsigned int work_done, work_to_do = min(*budget, dev->quota);
2690 dev->quota -= work_done;
H A Dgt64240eth.c1335 if (orig_budget > dev->quota)
1336 orig_budget = dev->quota;
1340 dev->quota -= work_done;
H A Dibmveth.c773 int max_frames_to_process = netdev->quota;
819 netdev->quota -= frames_processed;
839 netdev->quota -= frames_processed;
H A Dsis190.c63 #define sis190_rx_quota(count, quota) min(count, quota)
66 #define sis190_rx_quota(count, quota) count
588 rx_left = sis190_rx_quota(rx_left, (u32) dev->quota);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/ixp2000/
H A Dixpdev.c125 dev->quota--;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/macros/
H A DMakefile.in74 $(top_srcdir)/macros/quota-check.m4 \
297 quota-check.m4 \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dnetdevice.h421 int (*poll) (struct net_device *dev, int *quota);
422 int quota; member in struct:net_device
998 dev->quota += undo;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/contrib/a2boot/
H A DMakefile54 $(top_srcdir)/macros/quota-check.m4 \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/infiniband/ulp/ipoib/
H A Dipoib_ib.c285 int max = min(*budget, dev->quota);
319 dev->quota -= done;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/bin/ad/
H A DMakefile.in56 $(top_srcdir)/macros/quota-check.m4 \

Completed in 317 milliseconds

1234567891011>>