Searched refs:nodehdr (Results 1 – 2 of 2) sorted by relevance
| /linux/fs/xfs/libxfs/ |
| H A D | xfs_da_btree.c | 730 struct xfs_da3_icnode_hdr nodehdr; in xfs_da3_root_split() local 802 xfs_da3_node_hdr_from_disk(dp->i_mount, &nodehdr, node); in xfs_da3_root_split() 803 btree = nodehdr.btree; in xfs_da3_root_split() 808 nodehdr.count = 2; in xfs_da3_root_split() 809 xfs_da3_node_hdr_to_disk(dp->i_mount, node, &nodehdr); in xfs_da3_root_split() 841 struct xfs_da3_icnode_hdr nodehdr; in xfs_da3_node_split() local 851 xfs_da3_node_hdr_from_disk(dp->i_mount, &nodehdr, node); in xfs_da3_node_split() 861 if (nodehdr.count + newcount > state->args->geo->node_ents) { in xfs_da3_node_split() 898 xfs_da3_node_hdr_from_disk(dp->i_mount, &nodehdr, node); in xfs_da3_node_split() 899 if (oldblk->index <= nodehdr.count) { in xfs_da3_node_split() [all …]
|
| /linux/fs/xfs/ |
| H A D | xfs_attr_list.c | 219 struct xfs_da3_icnode_hdr nodehdr; in xfs_attr_node_list_lookup() local 255 xfs_da3_node_hdr_from_disk(mp, &nodehdr, node); in xfs_attr_node_list_lookup() 258 if (nodehdr.level >= XFS_DA_NODE_MAXDEPTH) in xfs_attr_node_list_lookup() 263 expected_level = nodehdr.level - 1; in xfs_attr_node_list_lookup() 264 else if (expected_level != nodehdr.level) in xfs_attr_node_list_lookup() 269 btree = nodehdr.btree; in xfs_attr_node_list_lookup() 270 for (i = 0; i < nodehdr.count; btree++, i++) { in xfs_attr_node_list_lookup() 280 if (i == nodehdr.count) in xfs_attr_node_list_lookup()
|