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

/freebsd-9.3-release/sys/gnu/fs/xfs/
H A Dxfs_dir_leaf.h86 xfs_dahash_t hashval; /* hash value of name */
121 xfs_dahash_t h; /* hash value */
125 xfs_dahash_t h; /* hash value */
229 extern xfs_dahash_t xfs_dir_hash_dot, xfs_dir_hash_dotdot;
H A Dxfs_da_btree.h79 #define XFS_DA_MAXHASH ((xfs_dahash_t)-1) /* largest valid hash value */
88 #define XFS_DA_COOKIE_HASH(mp,cookie) ((xfs_dahash_t)cookie)
114 xfs_dahash_t hashval; /* hash value of name */
177 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_dir_sf.h62 xfs_dahash_t hash; /* this entry's hash value */
H A Dxfs_types.h85 typedef __uint32_t xfs_dahash_t; /* dir/attr hash value */ typedef
H A Dxfs_attr_leaf.h275 xfs_dahash_t xfs_attr_leaf_lasthash(struct xfs_dabuf *bp, int *count);
H A Dxfs_dir_leaf.c423 xfs_dahash_t cookhash, hash;
1696 xfs_dahash_t hashval;
1902 xfs_dahash_t
1935 xfs_dahash_t cookhash;
1936 xfs_dahash_t nexthash = 0;
1938 xfs_dahash_t lasthash = XFS_DA_MAXHASH;
2019 xfs_dahash_t thishash;
H A Dxfs_dir2_block.c72 xfs_dahash_t hash; /* hash value of found entry */
651 xfs_dahash_t hash; /* found hash value */
H A Dxfs_da_btree.c943 xfs_dahash_t lasthash=0;
1111 xfs_dahash_t hashval;
1583 xfs_dahash_t
1586 xfs_dahash_t hash;
1748 xfs_dahash_t dead_hash;
H A Dxfs_dir.c158 xfs_dahash_t xfs_dir_hash_dot, xfs_dir_hash_dotdot;
886 xfs_dahash_t cookhash;
H A Dxfs_dir2_leaf.c1632 xfs_dahash_t hash=0; /* hash from this entry */
1633 xfs_dahash_t hashwant; /* hash value looking for */
H A Dxfs_dir2_node.c374 xfs_dahash_t /* hash value */
782 xfs_dahash_t midhash; /* middle entry hash value */
H A Dxfs_dir2_data.c63 xfs_dahash_t hash; /* hash of current name */
H A Dxfs_attr_leaf.c1909 xfs_dahash_t hashval;
2246 xfs_dahash_t

Completed in 100 milliseconds