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

/linux-master/fs/xfs/libxfs/
H A Dxfs_da_btree.c895 struct xfs_da3_icnode_hdr nodehdr2; local
907 xfs_da3_node_hdr_from_disk(dp->i_mount, &nodehdr2, node2);
909 btree2 = nodehdr2.btree;
915 if (nodehdr1.count > 0 && nodehdr2.count > 0 &&
917 (be32_to_cpu(btree2[nodehdr2.count - 1].hashval) <
921 xfs_da3_node_hdr_from_disk(dp->i_mount, &nodehdr2, node2);
923 btree2 = nodehdr2.btree;
927 count = (nodehdr1.count - nodehdr2.count) / 2;
938 tmp = nodehdr2.count;
950 nodehdr2
[all...]

Completed in 84 milliseconds