Searched refs:lasthash (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/fs/xfs/scrub/ |
H A D | dir.c | 497 __u32 lasthash = 0; in xchk_directory_leaf1_bestfree() local 546 if (i > 0 && lasthash > hash) in xchk_directory_leaf1_bestfree() 548 lasthash = hash; in xchk_directory_leaf1_bestfree()
|
/kernel/linux/linux-6.6/fs/xfs/scrub/ |
H A D | dir.c | 464 __u32 lasthash = 0; in xchk_directory_leaf1_bestfree() local 517 if (i > 0 && lasthash > hash) in xchk_directory_leaf1_bestfree() 519 lasthash = hash; in xchk_directory_leaf1_bestfree()
|
/kernel/linux/linux-5.10/fs/xfs/libxfs/ |
H A D | xfs_da_btree.c | 1389 xfs_dahash_t lasthash=0; in xfs_da3_fixhashpath() local 1400 lasthash = xfs_attr_leaf_lasthash(blk->bp, &count); in xfs_da3_fixhashpath() 1405 lasthash = xfs_dir2_leaf_lasthash(dp, blk->bp, &count); in xfs_da3_fixhashpath() 1410 lasthash = xfs_da3_node_lasthash(dp, blk->bp, &count); in xfs_da3_fixhashpath() 1421 if (be32_to_cpu(btree[blk->index].hashval) == lasthash) in xfs_da3_fixhashpath() 1423 blk->hashval = lasthash; in xfs_da3_fixhashpath() 1424 btree[blk->index].hashval = cpu_to_be32(lasthash); in xfs_da3_fixhashpath() 1429 lasthash = be32_to_cpu(btree[nodehdr.count - 1].hashval); in xfs_da3_fixhashpath()
|
/kernel/linux/linux-6.6/fs/xfs/libxfs/ |
H A D | xfs_da_btree.c | 1401 xfs_dahash_t lasthash=0; in xfs_da3_fixhashpath() local 1412 lasthash = xfs_attr_leaf_lasthash(blk->bp, &count); in xfs_da3_fixhashpath() 1417 lasthash = xfs_dir2_leaf_lasthash(dp, blk->bp, &count); in xfs_da3_fixhashpath() 1422 lasthash = xfs_da3_node_lasthash(dp, blk->bp, &count); in xfs_da3_fixhashpath() 1433 if (be32_to_cpu(btree[blk->index].hashval) == lasthash) in xfs_da3_fixhashpath() 1435 blk->hashval = lasthash; in xfs_da3_fixhashpath() 1436 btree[blk->index].hashval = cpu_to_be32(lasthash); in xfs_da3_fixhashpath() 1441 lasthash = be32_to_cpu(btree[nodehdr.count - 1].hashval); in xfs_da3_fixhashpath()
|
Completed in 9 milliseconds