xfs_trans_resv_calc
xfs_trans_resv_calc(mp, resv);
xfs_trans_resv_calc(mp, resv);
void xfs_trans_resv_calc(struct xfs_mount *mp, struct xfs_trans_resv *resp);
xfs_trans_resv_calc(mp, &mp->m_resv);
xfs_trans_resv_calc(nmp, M_RES(nmp));
xfs_trans_resv_calc(nmp, &nmp->m_resv);
xfs_trans_resv_calc(nmp, &nmp->m_resv);
DEFINE_TRANS_RESV_EVENT(xfs_trans_resv_calc);
xfs_trans_resv_calc(mp, M_RES(mp));