Searched refs:stale (Results 1 - 25 of 60) sorted by relevance

123

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/xfs/
H A Dxfs_dir2_block.c83 int highstale; /* high stale index */
88 int lowstale; /* low stale index */
126 * No stale entries? Need space for entry and new leaf.
128 if (!btp->stale) {
180 * If there are stale entries we'll use one for the leaf.
205 if (be16_to_cpu(dup->length) + (be32_to_cpu(btp->stale) - 1) *
208 } else if ((be32_to_cpu(btp->stale) - 1) * (uint)sizeof(*blp) < len)
266 lfloglow = toidx + 1 - (be32_to_cpu(btp->stale) - 1);
267 lfloghigh -= be32_to_cpu(btp->stale) - 1;
268 be32_add(&btp->count, -(be32_to_cpu(btp->stale)
[all...]
H A Dxfs_dir2_node.c187 int compact; /* compacting stale leaves */
189 int highstale; /* next stale entry */
194 int lowstale; /* previous stale entry */
213 * the block, if there are no stale entries it won't fit.
214 * Caller will do a split. If there are stale entries we'll do
219 if (!leaf->hdr.stale)
221 compact = be16_to_cpu(leaf->hdr.stale) > 1;
232 * Compact out all but one stale leaf entry. Leaves behind
242 else if (leaf->hdr.stale) {
247 * No stale entrie
350 int stale; /* count of stale leaves */ local
642 int stale; /* count stale leaves copied */ local
[all...]
H A Dxfs_dir2_block.h47 __be32 stale; /* count of stale lf entries */ member in struct:xfs_dir2_block_tail
H A Dxfs_dir2_leaf.c113 leaf->hdr.stale = cpu_to_be16(be32_to_cpu(btp->stale));
116 * after squeezing out stale entries.
172 int highstale; /* index of next stale leaf */
181 int lowstale; /* index of prev stale leaf */
254 (leaf->hdr.stale ? 0 : (uint)sizeof(leaf->ents[0])) +
264 * by compacting out stale entries, we'll do that.
267 be16_to_cpu(leaf->hdr.stale) > 1) {
317 * Need to compact the leaf entries, removing stale ones.
318 * Leave one stale entr
560 int stale; /* count of stale leaves */ local
[all...]
H A Dxfs_dir2_data.c66 int stale; /* count of stale leaves */ local
157 for (i = stale = 0; i < be32_to_cpu(btp->count); i++) {
159 stale++;
163 ASSERT(count == be32_to_cpu(btp->count) - be32_to_cpu(btp->stale));
164 ASSERT(stale == be32_to_cpu(btp->stale));
H A Dxfs_buf_item.c162 * The buffer is stale, so all we need to log
257 * The buffer is stale, so all we need to log
375 int stale)
392 if (freed && stale) {
434 int stale = 0; local
454 stale = lidp->lid_flags & XFS_LID_BUF_STALE;
463 xfs_buf_item_unpin(bip, stale);
537 * Normally it would be done for stale (cancelled) buffers
544 * If the buf item is marked stale, then don't do anything.
373 xfs_buf_item_unpin( xfs_buf_log_item_t *bip, int stale) argument
H A Dxfs_extfree_item.c109 xfs_efi_item_unpin(xfs_efi_log_item_t *efip, int stale) argument
443 xfs_efd_item_unpin(xfs_efd_log_item_t *efdp, int stale) argument
H A Dxfs_dir2_leaf.h50 __be16 stale; /* count of stale entries */ member in struct:xfs_dir2_leaf_hdr
H A Dxfs_inode_item.c558 int stale)
556 xfs_inode_item_unpin( xfs_inode_log_item_t *iip, int stale) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/lib/
H A Dhttp_digest.c172 else if(Curl_raw_equal(value, "stale")) {
174 d->stale = TRUE;
244 'stale=true'. This means we provided bad credentials in the previous
246 if(before && !d->stale)
570 d->stale = FALSE; /* default means normal, not stale */
H A Durldata.h331 bool stale; /* set true for re-negotiation */ member in struct:digestdata
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/xfs/quota/
H A Dxfs_dquot_item.c116 int stale)
502 xfs_qm_qoff_logitem_unpin(xfs_qoff_logitem_t *qf, int stale) argument
114 xfs_qm_dquot_logitem_unpin( xfs_dq_logitem_t *logitem, int stale) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/sctp/
H A Dsm_make_chunk.c1426 /* Check to see if the cookie is stale. If there is already
1978 time_t stale; local
2003 stale = ntohl(param.life->lifespan_increment);
2008 asoc->cookie_life.tv_sec += stale / 1000;
2009 asoc->cookie_life.tv_usec += (stale % 1000) * 1000;
H A Dsm_statefuns.c753 * counter in stale cookie situations when a transition back
2017 * Only handle the error type of stale COOKIE Error, the other errors will
2094 time_t stale; local
2125 stale = ntohl(*(__be32 *)((u8 *)err + sizeof(sctp_errhdr_t)));
2126 stale = (stale * 2) / 1000;
2130 bht.lifespan_increment = htonl(stale);
3253 * it must be either a stale packet or from an attacker.
3869 * parameter can be used to avoid efforts to transmit stale
5095 /* Special case the INIT and stale COOKIE_ECH
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/pcmcia/
H A Daxnet_cs.c124 int stale, fast_poll; member in struct:axnet_dev_t
601 PRIV(dev)->stale = 0;
617 if (info->stale++ && (inb_p(nic_base + EN0_ISR) & ENISR_ALL)) {
H A Dpcnet_cs.c222 int stale, fast_poll; member in struct:pcnet_dev_t
1066 info->stale = 0;
1083 if (info->stale++ && (inb_p(nic_base + EN0_ISR) & ENISR_ALL)) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/radvd/
H A Dgram.c2216 flog(LOG_WARNING, "Warning: AdvRDNSSLifetime <= 2*MaxRtrAdvInterval would allow stale DNS servers to be deleted faster");
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/build-aux/
H A Dltmain.sh5004 #define XFREE(stale) do { \
5005 if (stale) { free ((void *) stale); stale = 0; } \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/dist/
H A Dltmain.sh4951 #define XFREE(stale) do { \
4952 if (stale) { free ((void *) stale); stale = 0; } \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/expat-2.0.1/conftools/
H A Dltmain.sh4951 #define XFREE(stale) do { \
4952 if (stale) { free ((void *) stale); stale = 0; } \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/expat-2.0.1/
H A Dlibtool5303 #define XFREE(stale) do { \
5304 if (stale) { free ((void *) stale); stale = 0; } \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/autoconf-lib-link/build-aux/
H A Dltmain.sh5004 #define XFREE(stale) do { \
5005 if (stale) { free ((void *) stale); stale = 0; } \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/flac-1.2.1/
H A Dltmain.sh4723 #define XFREE(stale) do { \
4724 if (stale) { free ((void *) stale); stale = 0; } \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ntfs-3g-2009.3.8/
H A Dltmain.sh5004 #define XFREE(stale) do { \
5005 if (stale) { free ((void *) stale); stale = 0; } \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libxml2-2.7.2/
H A Dltmain.sh5000 #define XFREE(stale) do { \
5001 if (stale) { free ((void *) stale); stale = 0; } \

Completed in 308 milliseconds

123