Searched refs:forw (Results 1 – 8 of 8) sorted by relevance
/fs/cifs/ |
D | smbdes.c | 192 dohash(char *out, char *in, char *key, int forw) in dohash() argument 262 xor(erk, er, ki[forw ? i : 15 - i], 48); in dohash() 322 int forw) in smbhash() argument 345 dohash(outb, inb, keyb, forw); in smbhash() 411 cred_hash3(unsigned char *out, unsigned char *in, unsigned char *key, int forw) 415 smbhash(out, in, key, forw); 417 smbhash(out + 8, in + 8, key2, forw);
|
/fs/xfs/ |
D | xfs_da_btree.c | 124 node->hdr.info.forw = 0; in xfs_da_node_create() 258 if (node->hdr.info.forw) { in xfs_da_split() 259 if (be32_to_cpu(node->hdr.info.forw) == addblk->blkno) { in xfs_da_split() 280 node->hdr.info.forw = cpu_to_be32(oldblk->blkno); in xfs_da_split() 724 ASSERT(!oldroot->hdr.info.forw); in xfs_da_root_join() 751 ASSERT(!blkinfo->forw); in xfs_da_root_join() 804 forward = (info->forw != 0); in xfs_da_node_toosmall() 826 forward = (be32_to_cpu(info->forw) < be32_to_cpu(info->back)); in xfs_da_node_toosmall() 829 blkno = be32_to_cpu(info->forw); in xfs_da_node_toosmall() 1232 new_info->forw = cpu_to_be32(old_blk->blkno); in xfs_da_blk_link() [all …]
|
D | xfs_da_btree.h | 44 __be32 forw; /* previous block in list */ member
|
D | xfs_dir2_node.c | 1234 forward = (info->forw != 0); in xfs_dir2_leafn_toosmall() 1250 forward = be32_to_cpu(info->forw) < be32_to_cpu(info->back); in xfs_dir2_leafn_toosmall() 1252 blkno = forward ? be32_to_cpu(info->forw) : be32_to_cpu(info->back); in xfs_dir2_leafn_toosmall()
|
D | xfs_attr_leaf.c | 1567 forward = (info->forw != 0); in xfs_attr_leaf_toosmall() 1589 forward = (be32_to_cpu(info->forw) < be32_to_cpu(info->back)); in xfs_attr_leaf_toosmall() 1592 blkno = be32_to_cpu(info->forw); in xfs_attr_leaf_toosmall()
|
D | xfs_attr.c | 1951 if (context->seen_enough || leaf->hdr.info.forw == 0) in xfs_attr_node_list() 1953 cursor->blkno = be32_to_cpu(leaf->hdr.info.forw); in xfs_attr_node_list()
|
D | xfs_dir2_leaf.c | 1158 leaf->hdr.info.forw = 0; in xfs_dir2_leaf_init()
|
/fs/ufs/ |
D | balloc.c | 892 int i, start, end, forw, back; in ufs_clusteracct() local 913 forw = i - start; in ufs_clusteracct() 931 i = back + forw + 1; in ufs_clusteracct() 937 if (forw > 0) in ufs_clusteracct() 938 fs32_sub(sb, (__fs32*)ubh_get_addr(UCPI_UBH(ucpi), ucpi->c_clustersumoff + (forw << 2)), cnt); in ufs_clusteracct()
|