Lines Matching refs:overhead
469 unsigned int overhead = XFS_DQUOT_LOGRES; in xfs_calc_rename_reservation() local
508 overhead += max(rename_overhead, exchange_overhead); in xfs_calc_rename_reservation()
511 return overhead + max3(t1, t2, t3); in xfs_calc_rename_reservation()
580 unsigned int overhead = XFS_DQUOT_LOGRES; in xfs_calc_link_reservation() local
584 overhead += xfs_calc_iunlink_remove_reservation(mp); in xfs_calc_link_reservation()
593 overhead += xfs_calc_pptr_link_overhead(); in xfs_calc_link_reservation()
596 return overhead + max3(t1, t2, t3); in xfs_calc_link_reservation()
644 unsigned int overhead = XFS_DQUOT_LOGRES; in xfs_calc_remove_reservation() local
648 overhead += xfs_calc_iunlink_add_reservation(mp); in xfs_calc_remove_reservation()
658 overhead += xfs_calc_pptr_unlink_overhead(); in xfs_calc_remove_reservation()
661 return overhead + max3(t1, t2, t3); in xfs_calc_remove_reservation()
732 unsigned int overhead = XFS_DQUOT_LOGRES; in xfs_calc_icreate_reservation() local
740 overhead += xfs_calc_pptr_link_overhead(); in xfs_calc_icreate_reservation()
743 return overhead + max3(t1, t2, t3); in xfs_calc_icreate_reservation()