Home
last modified time | relevance | path

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

/linux/fs/xfs/libxfs/
H A Dxfs_da_btree.c730 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/scrub/
H A Ddabtree.c344 struct xfs_da3_icnode_hdr nodehdr; in xchk_da_btree_block() local
440 xfs_da3_node_hdr_from_disk(ip->i_mount, &nodehdr, node); in xchk_da_btree_block()
441 btree = nodehdr.btree; in xchk_da_btree_block()
442 *pmaxrecs = nodehdr.count; in xchk_da_btree_block()
445 if (nodehdr.level >= XFS_DA_NODE_MAXDEPTH) { in xchk_da_btree_block()
449 ds->tree_level = nodehdr.level; in xchk_da_btree_block()
451 if (ds->tree_level != nodehdr.level) { in xchk_da_btree_block()