Home
last modified time | relevance | path

Searched refs:pmaxrecs (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/fs/xfs/scrub/
H A Ddabtree.c323 int *pmaxrecs; in xchk_da_btree_block() local
367 pmaxrecs = &ds->maxrecs[level]; in xchk_da_btree_block()
392 blk->hashval = xfs_attr_leaf_lasthash(blk->bp, pmaxrecs); in xchk_da_btree_block()
401 blk->hashval = xfs_dir2_leaf_lasthash(ip, blk->bp, pmaxrecs); in xchk_da_btree_block()
410 blk->hashval = xfs_dir2_leaf_lasthash(ip, blk->bp, pmaxrecs); in xchk_da_btree_block()
422 *pmaxrecs = nodehdr.count; in xchk_da_btree_block()
423 blk->hashval = be32_to_cpu(btree[*pmaxrecs - 1].hashval); in xchk_da_btree_block()
/kernel/linux/linux-6.6/fs/xfs/scrub/
H A Ddabtree.c324 int *pmaxrecs; in xchk_da_btree_block() local
368 pmaxrecs = &ds->maxrecs[level]; in xchk_da_btree_block()
393 blk->hashval = xfs_attr_leaf_lasthash(blk->bp, pmaxrecs); in xchk_da_btree_block()
402 blk->hashval = xfs_dir2_leaf_lasthash(ip, blk->bp, pmaxrecs); in xchk_da_btree_block()
411 blk->hashval = xfs_dir2_leaf_lasthash(ip, blk->bp, pmaxrecs); in xchk_da_btree_block()
423 *pmaxrecs = nodehdr.count; in xchk_da_btree_block()
424 blk->hashval = be32_to_cpu(btree[*pmaxrecs - 1].hashval); in xchk_da_btree_block()

Completed in 2 milliseconds