Searched refs:xfs_trans_get_block_res (Results 1 – 3 of 3) sorted by relevance
968 #define xfs_trans_get_block_res(tp) ((tp)->t_blk_res) macro
5297 ASSERT(xfs_trans_get_block_res(tp) > 0); in xfs_bunmapi()5327 xfs_trans_get_block_res(tp) == 0)) || in xfs_bunmapi()5403 if (!wasdel && xfs_trans_get_block_res(tp) == 0 && in xfs_bunmapi()
1599 if (!args.wasdel && xfs_trans_get_block_res(args.tp) == 0) { in xfs_bmbt_split()