Home
last modified time | relevance | path

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

/fs/xfs/
Dxfs_trans.c100 ntp->t_blk_res = tp->t_blk_res - tp->t_blk_res_used; in xfs_trans_dup()
101 tp->t_blk_res = tp->t_blk_res_used; in xfs_trans_dup()
150 tp->t_blk_res += blocks; in xfs_trans_reserve()
221 tp->t_blk_res = 0; in xfs_trans_reserve()
331 ASSERT(tp->t_blk_res_used <= tp->t_blk_res); in xfs_trans_mod_sb()
569 if (tp->t_blk_res > 0) in xfs_trans_unreserve_and_mod_sb()
570 blkdelta = tp->t_blk_res; in xfs_trans_unreserve_and_mod_sb()
Dxfs_trans.h107 unsigned int t_blk_res; /* # of blocks resvd */ member
/fs/xfs/libxfs/
Dxfs_bmap_btree.c436 args.minleft = args.tp->t_blk_res; in xfs_bmbt_alloc_block()
445 if (!args.wasdel && args.tp->t_blk_res == 0) { in xfs_bmbt_alloc_block()
Dxfs_bmap.c5613 ASSERT(tp->t_blk_res > 0); in __xfs_bunmapi()
5644 tp->t_blk_res == 0)) || in __xfs_bunmapi()
5709 if (!wasdel && tp->t_blk_res == 0 && in __xfs_bunmapi()