Searched refs:xfs_attr_leaf_lasthash (Results 1 – 3 of 3) sorted by relevance
260 xfs_dahash_t xfs_attr_leaf_lasthash(struct xfs_dabuf *bp, int *count);
897 lasthash = xfs_attr_leaf_lasthash(blk->bp, &count); in xfs_da_fixhashpath()1132 blk->hashval = xfs_attr_leaf_lasthash(blk->bp, NULL); in xfs_da_node_lookup_int()1471 blk->hashval = xfs_attr_leaf_lasthash(blk->bp, in xfs_da_path_shift()
983 oldblk->hashval = xfs_attr_leaf_lasthash(oldblk->bp, NULL); in xfs_attr_leaf_split()984 newblk->hashval = xfs_attr_leaf_lasthash(newblk->bp, NULL); in xfs_attr_leaf_split()2244 xfs_attr_leaf_lasthash(xfs_dabuf_t *bp, int *count) in xfs_attr_leaf_lasthash() function