Home
last modified time | relevance | path

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

/Linux-v5.15/fs/xfs/
Dxfs_trans.c121 ASSERT(tp->t_blk_res >= tp->t_blk_res_used); in xfs_trans_dup()
122 ntp->t_blk_res = tp->t_blk_res - tp->t_blk_res_used; in xfs_trans_dup()
123 tp->t_blk_res = tp->t_blk_res_used; in xfs_trans_dup()
382 tp->t_blk_res_used += (uint)-delta; in xfs_trans_mod_sb()
383 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.15/fs/xfs/libxfs/
Dxfs_defer.c651 dfc->dfc_blkres = tp->t_blk_res - tp->t_blk_res_used; in xfs_defer_ops_capture()