Home
last modified time | relevance | path

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

/linux-6.3-rc2/fs/xfs/libxfs/
A Dxfs_da_btree.c1782 struct xfs_da3_icnode_hdr node2hdr; in xfs_da3_node_order() local
1787 xfs_da3_node_hdr_from_disk(dp->i_mount, &node2hdr, node2); in xfs_da3_node_order()
1789 btree2 = node2hdr.btree; in xfs_da3_node_order()
1791 if (node1hdr.count > 0 && node2hdr.count > 0 && in xfs_da3_node_order()
1793 (be32_to_cpu(btree2[node2hdr.count - 1].hashval) < in xfs_da3_node_order()

Completed in 7 milliseconds