Home
last modified time | relevance | path

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

/fs/xfs/
Dxfs_trans.c154 128 * (4 + 2 * XFS_DIROP_LOG_COUNT(mp))), in xfs_calc_rename_reservation()
182 128 * (2 + XFS_DIROP_LOG_COUNT(mp))), in xfs_calc_link_reservation()
210 128 * (2 + XFS_DIROP_LOG_COUNT(mp))), in xfs_calc_remove_reservation()
242 128 * (4 + XFS_DIROP_LOG_COUNT(mp))), in xfs_calc_symlink_reservation()
276 128 * (3 + XFS_DIROP_LOG_COUNT(mp))), in xfs_calc_create_reservation()
Dxfs_trans.h228 #define XFS_DIROP_LOG_COUNT(mp) \ macro