Home
last modified time | relevance | path

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

/fs/xfs/
Dxfs_trans.c142 ntp->t_blk_res = tp->t_blk_res - tp->t_blk_res_used; in xfs_trans_dup()
143 tp->t_blk_res = tp->t_blk_res_used; in xfs_trans_dup()
192 tp->t_blk_res += blocks; in xfs_trans_reserve()
263 tp->t_blk_res = 0; in xfs_trans_reserve()
315 ASSERT(tp->t_blk_res_used <= tp->t_blk_res); in xfs_trans_mod_sb()
554 if (tp->t_blk_res > 0) in xfs_trans_unreserve_and_mod_sb()
555 blkdelta = tp->t_blk_res; in xfs_trans_unreserve_and_mod_sb()
Dxfs_trans.h96 unsigned int t_blk_res; /* # of blocks resvd */ member
136 #define xfs_trans_get_block_res(tp) ((tp)->t_blk_res)