Searched refs:xfs_trans_mod_sb (Results 1 – 7 of 7) sorted by relevance
/linux-4.1.27/fs/xfs/ |
D | xfs_rtalloc.c | 1043 xfs_trans_mod_sb(tp, XFS_TRANS_SB_REXTSIZE, in xfs_growfs_rt() 1046 xfs_trans_mod_sb(tp, XFS_TRANS_SB_RBMBLOCKS, in xfs_growfs_rt() 1049 xfs_trans_mod_sb(tp, XFS_TRANS_SB_RBLOCKS, in xfs_growfs_rt() 1052 xfs_trans_mod_sb(tp, XFS_TRANS_SB_REXTENTS, in xfs_growfs_rt() 1055 xfs_trans_mod_sb(tp, XFS_TRANS_SB_REXTSLOG, in xfs_growfs_rt() 1071 xfs_trans_mod_sb(tp, XFS_TRANS_SB_FREXTENTS, in xfs_growfs_rt() 1166 xfs_trans_mod_sb(tp, XFS_TRANS_SB_RES_FREXTENTS, -slen); in xfs_rtallocate_extent() 1168 xfs_trans_mod_sb(tp, XFS_TRANS_SB_FREXTENTS, -slen); in xfs_rtallocate_extent()
|
D | xfs_fsops.c | 483 xfs_trans_mod_sb(tp, XFS_TRANS_SB_AGCOUNT, nagcount - oagcount); in xfs_growfs_data_private() 485 xfs_trans_mod_sb(tp, XFS_TRANS_SB_DBLOCKS, in xfs_growfs_data_private() 488 xfs_trans_mod_sb(tp, XFS_TRANS_SB_FDBLOCKS, nfree); in xfs_growfs_data_private() 490 xfs_trans_mod_sb(tp, XFS_TRANS_SB_IMAXPCT, dpct); in xfs_growfs_data_private()
|
D | xfs_trans.h | 159 void xfs_trans_mod_sb(xfs_trans_t *, uint, int64_t);
|
D | xfs_trans.c | 295 xfs_trans_mod_sb( in xfs_trans_mod_sb() function
|
/linux-4.1.27/fs/xfs/libxfs/ |
D | xfs_ialloc.c | 536 xfs_trans_mod_sb(tp, XFS_TRANS_SB_ICOUNT, (long)newlen); in xfs_ialloc_ag_alloc() 537 xfs_trans_mod_sb(tp, XFS_TRANS_SB_IFREE, (long)newlen); in xfs_ialloc_ag_alloc() 984 xfs_trans_mod_sb(tp, XFS_TRANS_SB_IFREE, -1); in xfs_dialloc_ag_inobt() 1256 xfs_trans_mod_sb(tp, XFS_TRANS_SB_IFREE, -1); in xfs_dialloc_ag() 1524 xfs_trans_mod_sb(tp, XFS_TRANS_SB_ICOUNT, -ilen); in xfs_difree_inobt() 1525 xfs_trans_mod_sb(tp, XFS_TRANS_SB_IFREE, -(ilen - 1)); in xfs_difree_inobt() 1554 xfs_trans_mod_sb(tp, XFS_TRANS_SB_IFREE, 1); in xfs_difree_inobt()
|
D | xfs_rtbitmap.c | 977 xfs_trans_mod_sb(tp, XFS_TRANS_SB_FREXTENTS, (long)len); in xfs_rtfree_extent()
|
D | xfs_alloc.c | 634 xfs_trans_mod_sb(args->tp, args->wasdel ? in xfs_alloc_ag_vextent() 1778 xfs_trans_mod_sb(tp, XFS_TRANS_SB_FDBLOCKS, (long)len); in xfs_free_ag_extent()
|