Home
last modified time | relevance | path

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

/fs/xfs/libxfs/
Dxfs_trans_resv.c274 xfs_calc_buf_res(2 * XFS_DIROP_LOG_COUNT(mp), in xfs_calc_rename_reservation()
313 xfs_calc_buf_res(XFS_DIROP_LOG_COUNT(mp), in xfs_calc_link_reservation()
351 xfs_calc_buf_res(XFS_DIROP_LOG_COUNT(mp), in xfs_calc_remove_reservation()
381 xfs_calc_buf_res(XFS_DIROP_LOG_COUNT(mp), XFS_FSB_TO_B(mp, 1)) + in xfs_calc_create_resv_modify()
Dxfs_trans_resv.h80 #define XFS_DIROP_LOG_COUNT(mp) \ macro