Home
last modified time | relevance | path

Searched refs:lasthash (Results 1 – 2 of 2) sorted by relevance

/linux-4.19.296/fs/xfs/scrub/
Ddir.c495 __u32 lasthash = 0; in xchk_directory_leaf1_bestfree() local
545 if (i > 0 && lasthash > hash) in xchk_directory_leaf1_bestfree()
547 lasthash = hash; in xchk_directory_leaf1_bestfree()
/linux-4.19.296/fs/xfs/libxfs/
Dxfs_da_btree.c1283 xfs_dahash_t lasthash=0; in xfs_da3_fixhashpath() local
1294 lasthash = xfs_attr_leaf_lasthash(blk->bp, &count); in xfs_da3_fixhashpath()
1299 lasthash = xfs_dir2_leaf_lasthash(dp, blk->bp, &count); in xfs_da3_fixhashpath()
1304 lasthash = xfs_da3_node_lasthash(dp, blk->bp, &count); in xfs_da3_fixhashpath()
1315 if (be32_to_cpu(btree[blk->index].hashval) == lasthash) in xfs_da3_fixhashpath()
1317 blk->hashval = lasthash; in xfs_da3_fixhashpath()
1318 btree[blk->index].hashval = cpu_to_be32(lasthash); in xfs_da3_fixhashpath()
1323 lasthash = be32_to_cpu(btree[nodehdr.count - 1].hashval); in xfs_da3_fixhashpath()