icnodehdr        1084 fs/xfs/libxfs/xfs_attr_leaf.c 	struct xfs_da3_icnode_hdr icnodehdr;
icnodehdr        1123 fs/xfs/libxfs/xfs_attr_leaf.c 	dp->d_ops->node_hdr_from_disk(&icnodehdr, node);
icnodehdr        1133 fs/xfs/libxfs/xfs_attr_leaf.c 	icnodehdr.count = 1;
icnodehdr        1134 fs/xfs/libxfs/xfs_attr_leaf.c 	dp->d_ops->node_hdr_to_disk(node, &icnodehdr);
icnodehdr         578 fs/xfs/libxfs/xfs_da_btree.c 		struct xfs_da3_icnode_hdr icnodehdr;
icnodehdr         580 fs/xfs/libxfs/xfs_da_btree.c 		dp->d_ops->node_hdr_from_disk(&icnodehdr, oldroot);
icnodehdr         582 fs/xfs/libxfs/xfs_da_btree.c 		size = (int)((char *)&btree[icnodehdr.count] - (char *)oldroot);
icnodehdr         583 fs/xfs/libxfs/xfs_da_btree.c 		level = icnodehdr.level;