Home
last modified time | relevance | path

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

/fs/xfs/
Dxfs_trans.c649 ntp->t_blk_res = tp->t_blk_res - tp->t_blk_res_used; in xfs_trans_dup()
650 tp->t_blk_res = tp->t_blk_res_used; in xfs_trans_dup()
702 tp->t_blk_res += blocks; in xfs_trans_reserve()
779 tp->t_blk_res = 0; in xfs_trans_reserve()
831 ASSERT(tp->t_blk_res_used <= tp->t_blk_res); in xfs_trans_mod_sb()
1034 if (tp->t_blk_res > 0) in xfs_trans_unreserve_and_mod_sb()
1035 blkdelta = tp->t_blk_res; in xfs_trans_unreserve_and_mod_sb()
Dxfs_trans.h390 unsigned int t_blk_res; /* # of blocks resvd */ member
433 #define xfs_trans_get_block_res(tp) ((tp)->t_blk_res)