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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/xfs/
H A Dxfs_da_btree.h75 #define XFS_DA_MAXHASH ((xfs_dahash_t)-1) /* largest valid hash value */
84 #define XFS_DA_COOKIE_HASH(mp,cookie) ((xfs_dahash_t)cookie)
110 xfs_dahash_t hashval; /* hash value of name */
173 xfs_dahash_t hashval; /* last hash value in block */
H A Dxfs_attr_sf.h56 xfs_dahash_t hash; /* this entry's hash value */
H A Dxfs_dir2_node.h84 extern xfs_dahash_t xfs_dir2_leafn_lasthash(struct xfs_dabuf *bp, int *count);
H A Dxfs_types.h82 typedef __uint32_t xfs_dahash_t; /* dir/attr hash value */ typedef
H A Dxfs_attr_leaf.h299 xfs_dahash_t xfs_attr_leaf_lasthash(struct xfs_dabuf *bp, int *count);
H A Dxfs_dir2_block.c51 static xfs_dahash_t xfs_dir_hash_dot, xfs_dir_hash_dotdot;
81 xfs_dahash_t hash; /* hash value of found entry */
653 xfs_dahash_t hash; /* found hash value */
H A Dxfs_da_btree.c896 xfs_dahash_t lasthash=0;
1057 xfs_dahash_t hashval, btreehashval;
1505 xfs_dahash_t
1508 xfs_dahash_t hash;
1654 xfs_dahash_t dead_hash;
H A Dxfs_dir2_leaf.c1629 xfs_dahash_t hash=0; /* hash from this entry */
1630 xfs_dahash_t hashwant; /* hash value looking for */
H A Dxfs_dir2_node.c372 xfs_dahash_t /* hash value */
782 xfs_dahash_t midhash; /* middle entry hash value */
H A Dxfs_dir2_data.c60 xfs_dahash_t hash; /* hash of current name */
H A Dxfs_attr_leaf.c1964 xfs_dahash_t hashval;
2292 xfs_dahash_t

Completed in 114 milliseconds