Home
last modified time | relevance | path

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

/fs/xfs/libxfs/
Dxfs_trans_resv.c140 res += xfs_calc_buf_res(XFS_ALLOCFREE_LOG_COUNT(mp, 1), in xfs_calc_finobt_res()
191 xfs_calc_buf_res(XFS_ALLOCFREE_LOG_COUNT(mp, 2), in xfs_calc_write_reservation()
194 xfs_calc_buf_res(XFS_ALLOCFREE_LOG_COUNT(mp, 2), in xfs_calc_write_reservation()
220 xfs_calc_buf_res(XFS_ALLOCFREE_LOG_COUNT(mp, 4), in xfs_calc_itruncate_reservation()
223 xfs_calc_buf_res(XFS_ALLOCFREE_LOG_COUNT(mp, 1), in xfs_calc_itruncate_reservation()
250 xfs_calc_buf_res(XFS_ALLOCFREE_LOG_COUNT(mp, 3), in xfs_calc_rename_reservation()
289 xfs_calc_buf_res(XFS_ALLOCFREE_LOG_COUNT(mp, 1), in xfs_calc_link_reservation()
327 xfs_calc_buf_res(XFS_ALLOCFREE_LOG_COUNT(mp, 2), in xfs_calc_remove_reservation()
374 xfs_calc_buf_res(XFS_ALLOCFREE_LOG_COUNT(mp, 1), in xfs_calc_create_resv_alloc()
402 xfs_calc_buf_res(XFS_ALLOCFREE_LOG_COUNT(mp, 1), in xfs_calc_icreate_resv_alloc()
[all …]
Dxfs_trans_resv.h77 #define XFS_ALLOCFREE_LOG_COUNT(mp,nx) \ macro