Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/xfs/libxfs/
H A Dxfs_da_btree.c1583 xfs_dahash_t btreehashval; in xfs_da3_node_lookup_int() local
1671 btreehashval = be32_to_cpu(btree[probe].hashval); in xfs_da3_node_lookup_int()
1672 if (btreehashval < hashval) in xfs_da3_node_lookup_int()
1674 else if (btreehashval > hashval) in xfs_da3_node_lookup_int()
/kernel/linux/linux-6.6/fs/xfs/libxfs/
H A Dxfs_da_btree.c1595 xfs_dahash_t btreehashval; in xfs_da3_node_lookup_int() local
1683 btreehashval = be32_to_cpu(btree[probe].hashval); in xfs_da3_node_lookup_int()
1684 if (btreehashval < hashval) in xfs_da3_node_lookup_int()
1686 else if (btreehashval > hashval) in xfs_da3_node_lookup_int()

Completed in 7 milliseconds