Home
last modified time | relevance | path

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

/linux-2.6.39/fs/xfs/
Dxfs_bmap_btree.c536 args.minleft = xfs_trans_get_block_res(args.tp); in xfs_bmbt_alloc_block()
545 if (!args.wasdel && xfs_trans_get_block_res(args.tp) == 0) { in xfs_bmbt_alloc_block()
Dxfs_trans.h434 #define xfs_trans_get_block_res(tp) ((tp)->t_blk_res) macro
Dxfs_bmap.c5152 ASSERT(xfs_trans_get_block_res(tp) > 0); in xfs_bunmapi()
5183 xfs_trans_get_block_res(tp) == 0)) || in xfs_bunmapi()
5271 if (!wasdel && xfs_trans_get_block_res(tp) == 0 && in xfs_bunmapi()