Home
last modified time | relevance | path

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

/linux/fs/xfs/libxfs/
H A Dxfs_trans_resv.c482 unsigned int rename_overhead, exchange_overhead; in xfs_calc_rename_reservation() local
503 rename_overhead = xfs_calc_pptr_replace_overhead() + in xfs_calc_rename_reservation()
508 overhead += max(rename_overhead, exchange_overhead); in xfs_calc_rename_reservation()