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

/linux-master/fs/xfs/libxfs/
H A Dxfs_da_btree.c894 struct xfs_da3_icnode_hdr nodehdr1; local
906 xfs_da3_node_hdr_from_disk(dp->i_mount, &nodehdr1, node1);
908 btree1 = nodehdr1.btree;
915 if (nodehdr1.count > 0 && nodehdr2.count > 0 &&
918 be32_to_cpu(btree1[nodehdr1.count - 1].hashval)))) {
920 xfs_da3_node_hdr_from_disk(dp->i_mount, &nodehdr1, node1);
922 btree1 = nodehdr1.btree;
927 count = (nodehdr1.count - nodehdr2.count) / 2;
952 btree_s = &btree1[nodehdr1.count - count];
955 nodehdr1
[all...]

Completed in 93 milliseconds