Home
last modified time | relevance | path

Searched refs:exchange_overhead (Results 1 – 1 of 1) sorted by relevance

/linux-6.15/fs/xfs/libxfs/
H A Dxfs_trans_resv.c509 unsigned int rename_overhead, exchange_overhead; in xfs_calc_rename_reservation() local
533 exchange_overhead = 2 * xfs_calc_pptr_replace_overhead(); in xfs_calc_rename_reservation()
535 overhead += max(rename_overhead, exchange_overhead); in xfs_calc_rename_reservation()