xfs_attr3_leaf_hdr_to_disk
xfs_attr3_leaf_hdr_to_disk(args->geo, leaf, &ichdr);
xfs_attr3_leaf_hdr_to_disk(args->geo, leaf, &ichdr);
xfs_attr3_leaf_hdr_to_disk(args->geo, leaf_dst, ichdr_dst);
xfs_attr3_leaf_hdr_to_disk(state->args->geo, leaf1, &ichdr1);
xfs_attr3_leaf_hdr_to_disk(state->args->geo, leaf2, &ichdr2);
xfs_attr3_leaf_hdr_to_disk(args->geo, leaf, &ichdr);
xfs_attr3_leaf_hdr_to_disk(state->args->geo, tmp_leaf, &tmphdr);
xfs_attr3_leaf_hdr_to_disk(state->args->geo, save_leaf, &savehdr);
void xfs_attr3_leaf_hdr_to_disk(struct xfs_da_geometry *geo,