Home
last modified time | relevance | path

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

/Linux-v5.10/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()
368 tp->t_blk_res_used += (uint)-delta; in xfs_trans_mod_sb()
369 if (tp->t_blk_res_used > tp->t_blk_res) in xfs_trans_mod_sb()
Dxfs_trans.h129 unsigned int t_blk_res_used; /* # of resvd blocks used */ member
/Linux-v5.10/fs/xfs/libxfs/
Dxfs_defer.c651 dfc->dfc_blkres = tp->t_blk_res - tp->t_blk_res_used; in xfs_defer_ops_capture()