Home
last modified time | relevance | path

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

/linux-4.19.296/fs/xfs/
Dxfs_trans.c116 ASSERT(tp->t_blk_res >= tp->t_blk_res_used); in xfs_trans_dup()
117 ntp->t_blk_res = tp->t_blk_res - tp->t_blk_res_used; in xfs_trans_dup()
118 tp->t_blk_res = tp->t_blk_res_used; in xfs_trans_dup()
366 tp->t_blk_res_used += (uint)-delta; in xfs_trans_mod_sb()
367 if (tp->t_blk_res_used > tp->t_blk_res) in xfs_trans_mod_sb()
Dxfs_trans.h106 unsigned int t_blk_res_used; /* # of resvd blocks used */ member