Searched refs:forw (Results 1 - 11 of 11) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/libsmb/
H A Dsmbdes.c182 static void dohash(char *out, char *in, char *key, int forw) argument
226 xor(erk, er, ki[forw ? i : 15 - i], 48);
279 static void smbhash(unsigned char *out, const unsigned char *in, const unsigned char *key, int forw) argument
295 dohash(outb, inb, keyb, forw);
351 void cred_hash3(unsigned char *out, unsigned char *in, const unsigned char *key, int forw) argument
355 smbhash(out, in, key, forw);
357 smbhash(out + 8, in + 8, key2, forw);
444 void sam_pwd_hash(unsigned int rid, const uchar *in, uchar *out, int forw) argument
453 smbhash(out, in, s, forw);
454 smbhash(out+8, in+8, s+7, forw);
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/cifs/
H A Dsmbdes.c192 dohash(char *out, char *in, char *key, int forw) argument
262 xor(erk, er, ki[forw ? i : 15 - i], 48);
322 smbhash(unsigned char *out, unsigned char *in, unsigned char *key, int forw) argument
345 dohash(outb, inb, keyb, forw);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/xfs/
H A Dxfs_da_btree.c124 node->hdr.info.forw = 0;
258 if (node->hdr.info.forw) {
259 if (be32_to_cpu(node->hdr.info.forw) == addblk->blkno) {
280 node->hdr.info.forw = cpu_to_be32(oldblk->blkno);
724 ASSERT(!oldroot->hdr.info.forw);
751 ASSERT(!blkinfo->forw);
804 forward = (info->forw != 0);
826 forward = (be32_to_cpu(info->forw) < be32_to_cpu(info->back));
829 blkno = be32_to_cpu(info->forw);
1232 new_info->forw
[all...]
H A Dxfs_trans_ail.c428 * a forw/back pointer pair embedded in the xfs mount structure.
516 register xfs_log_item_t *forw = base->ail_forw; local
517 if (forw == (xfs_log_item_t*)base) {
520 return forw;
H A Dxfs_da_btree.h44 __be32 forw; /* previous block in list */ member in struct:xfs_da_blkinfo
H A Dxfs_dir2_node.c1164 forward = (info->forw != 0);
1180 forward = be32_to_cpu(info->forw) < be32_to_cpu(info->back);
1182 blkno = forward ? be32_to_cpu(info->forw) : be32_to_cpu(info->back);
H A Dxfs_attr.c1957 if (context->seen_enough || leaf->hdr.info.forw == 0)
1959 cursor->blkno = be32_to_cpu(leaf->hdr.info.forw);
H A Dxfs_attr_leaf.c1607 forward = (info->forw != 0);
1629 forward = (be32_to_cpu(info->forw) < be32_to_cpu(info->back));
1632 blkno = be32_to_cpu(info->forw);
H A Dxfs_dir2_leaf.c1173 leaf->hdr.info.forw = 0;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ufs/
H A Dballoc.c891 int i, start, end, forw, back; local
912 forw = i - start;
930 i = back + forw + 1;
936 if (forw > 0)
937 fs32_sub(sb, (__fs32*)ubh_get_addr(UCPI_UBH(ucpi), ucpi->c_clustersumoff + (forw << 2)), cnt);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/
H A Deepro100.c1667 unsigned int forw; local
1678 for (forw = sp->dirty_rx + 1; forw != sp->cur_rx; forw++)
1679 if (sp->rx_skbuff[forw % RX_RING_SIZE] != NULL)
1681 if (forw == sp->cur_rx)
1683 forw_entry = forw % RX_RING_SIZE;

Completed in 179 milliseconds