Home
last modified time | relevance | path

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

/linux-4.1.27/fs/xfs/libxfs/
Dxfs_da_btree.c1458 xfs_dahash_t btreehashval; in xfs_da3_node_lookup_int() local
1525 btreehashval = be32_to_cpu(btree[probe].hashval); in xfs_da3_node_lookup_int()
1526 if (btreehashval < hashval) in xfs_da3_node_lookup_int()
1528 else if (btreehashval > hashval) in xfs_da3_node_lookup_int()