xfs_dinode_calc_crc
xfs_dinode_calc_crc(mp, free);
void xfs_dinode_calc_crc(struct xfs_mount *mp, struct xfs_dinode *dip);
xfs_dinode_calc_crc(sc->mp, dip);
xfs_dinode_calc_crc(mp, dip);
xfs_dinode_calc_crc(mp,
xfs_dinode_calc_crc(mp, dip);
xfs_dinode_calc_crc(mp, dip);
xfs_dinode_calc_crc(log->l_mp, dip);
xfs_dinode_calc_crc(tp->t_mountp, dip);