Searched refs:xfs_trans_mod_sb (Results 1 – 7 of 7) sorted by relevance
/linux-4.4.14/fs/xfs/ |
D | xfs_rtalloc.c | 1038 xfs_trans_mod_sb(tp, XFS_TRANS_SB_REXTSIZE, in xfs_growfs_rt() 1041 xfs_trans_mod_sb(tp, XFS_TRANS_SB_RBMBLOCKS, in xfs_growfs_rt() 1044 xfs_trans_mod_sb(tp, XFS_TRANS_SB_RBLOCKS, in xfs_growfs_rt() 1047 xfs_trans_mod_sb(tp, XFS_TRANS_SB_REXTENTS, in xfs_growfs_rt() 1050 xfs_trans_mod_sb(tp, XFS_TRANS_SB_REXTSLOG, in xfs_growfs_rt() 1066 xfs_trans_mod_sb(tp, XFS_TRANS_SB_FREXTENTS, in xfs_growfs_rt() 1161 xfs_trans_mod_sb(tp, XFS_TRANS_SB_RES_FREXTENTS, -slen); in xfs_rtallocate_extent() 1163 xfs_trans_mod_sb(tp, XFS_TRANS_SB_FREXTENTS, -slen); in xfs_rtallocate_extent()
|
D | xfs_fsops.c | 485 xfs_trans_mod_sb(tp, XFS_TRANS_SB_AGCOUNT, nagcount - oagcount); in xfs_growfs_data_private() 487 xfs_trans_mod_sb(tp, XFS_TRANS_SB_DBLOCKS, in xfs_growfs_data_private() 490 xfs_trans_mod_sb(tp, XFS_TRANS_SB_FDBLOCKS, nfree); in xfs_growfs_data_private() 492 xfs_trans_mod_sb(tp, XFS_TRANS_SB_IMAXPCT, dpct); in xfs_growfs_data_private()
|
D | xfs_trans.h | 156 void xfs_trans_mod_sb(xfs_trans_t *, uint, int64_t);
|
D | xfs_trans.c | 288 xfs_trans_mod_sb( in xfs_trans_mod_sb() function
|
/linux-4.4.14/fs/xfs/libxfs/ |
D | xfs_ialloc.c | 883 xfs_trans_mod_sb(tp, XFS_TRANS_SB_ICOUNT, (long)newlen); in xfs_ialloc_ag_alloc() 884 xfs_trans_mod_sb(tp, XFS_TRANS_SB_IFREE, (long)newlen); in xfs_ialloc_ag_alloc() 1352 xfs_trans_mod_sb(tp, XFS_TRANS_SB_IFREE, -1); in xfs_dialloc_ag_inobt() 1624 xfs_trans_mod_sb(tp, XFS_TRANS_SB_IFREE, -1); in xfs_dialloc_ag() 1971 xfs_trans_mod_sb(tp, XFS_TRANS_SB_ICOUNT, -ilen); in xfs_difree_inobt() 1972 xfs_trans_mod_sb(tp, XFS_TRANS_SB_IFREE, -(ilen - 1)); in xfs_difree_inobt() 1999 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 | 651 xfs_trans_mod_sb(args->tp, args->wasdel ? in xfs_alloc_ag_vextent() 1813 xfs_trans_mod_sb(tp, XFS_TRANS_SB_FDBLOCKS, (long)len); in xfs_free_ag_extent()
|