Searched refs:xfs_trans_mod_sb (Results 1 – 7 of 7) sorted by relevance
/linux-6.3-rc2/fs/xfs/libxfs/ |
A D | xfs_ag_resv.c | 373 xfs_trans_mod_sb(args->tp, field, -(int64_t)args->len); in xfs_ag_resv_alloc_extent() 382 xfs_trans_mod_sb(args->tp, XFS_TRANS_SB_RES_FDBLOCKS, -(int64_t)len); in xfs_ag_resv_alloc_extent() 385 xfs_trans_mod_sb(args->tp, XFS_TRANS_SB_FDBLOCKS, in xfs_ag_resv_alloc_extent() 413 xfs_trans_mod_sb(tp, XFS_TRANS_SB_FDBLOCKS, (int64_t)len); in xfs_ag_resv_free_extent() 422 xfs_trans_mod_sb(tp, XFS_TRANS_SB_RES_FDBLOCKS, len); in xfs_ag_resv_free_extent() 425 xfs_trans_mod_sb(tp, XFS_TRANS_SB_FDBLOCKS, len - leftover); in xfs_ag_resv_free_extent()
|
A D | xfs_ialloc.c | 891 xfs_trans_mod_sb(tp, XFS_TRANS_SB_ICOUNT, (long)newlen); in xfs_ialloc_ag_alloc() 892 xfs_trans_mod_sb(tp, XFS_TRANS_SB_IFREE, (long)newlen); in xfs_ialloc_ag_alloc() 1235 xfs_trans_mod_sb(tp, XFS_TRANS_SB_IFREE, -1); in xfs_dialloc_ag_inobt() 1516 xfs_trans_mod_sb(tp, XFS_TRANS_SB_IFREE, -1); in xfs_dialloc_ag() 1973 xfs_trans_mod_sb(tp, XFS_TRANS_SB_ICOUNT, -ilen); in xfs_difree_inobt() 1974 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()
|
A D | xfs_rtbitmap.c | 993 xfs_trans_mod_sb(tp, XFS_TRANS_SB_FREXTENTS, (long)len); in xfs_rtfree_extent()
|
/linux-6.3-rc2/fs/xfs/ |
A D | xfs_fsops.c | 169 xfs_trans_mod_sb(tp, XFS_TRANS_SB_AGCOUNT, nagcount - oagcount); in xfs_growfs_data_private() 171 xfs_trans_mod_sb(tp, XFS_TRANS_SB_DBLOCKS, delta); in xfs_growfs_data_private() 173 xfs_trans_mod_sb(tp, XFS_TRANS_SB_FDBLOCKS, id.nfree); in xfs_growfs_data_private() 264 xfs_trans_mod_sb(tp, XFS_TRANS_SB_IMAXPCT, dpct); in xfs_growfs_imaxpct()
|
A D | xfs_rtalloc.c | 1097 xfs_trans_mod_sb(tp, XFS_TRANS_SB_REXTSIZE, in xfs_growfs_rt() 1100 xfs_trans_mod_sb(tp, XFS_TRANS_SB_RBMBLOCKS, in xfs_growfs_rt() 1103 xfs_trans_mod_sb(tp, XFS_TRANS_SB_RBLOCKS, in xfs_growfs_rt() 1106 xfs_trans_mod_sb(tp, XFS_TRANS_SB_REXTENTS, in xfs_growfs_rt() 1109 xfs_trans_mod_sb(tp, XFS_TRANS_SB_REXTSLOG, in xfs_growfs_rt() 1125 xfs_trans_mod_sb(tp, XFS_TRANS_SB_FREXTENTS, in xfs_growfs_rt() 1231 xfs_trans_mod_sb(tp, XFS_TRANS_SB_RES_FREXTENTS, -slen); in xfs_rtallocate_extent() 1233 xfs_trans_mod_sb(tp, XFS_TRANS_SB_FREXTENTS, -slen); in xfs_rtallocate_extent()
|
A D | xfs_trans.h | 173 void xfs_trans_mod_sb(xfs_trans_t *, uint, int64_t);
|
A D | xfs_trans.c | 351 xfs_trans_mod_sb( in xfs_trans_mod_sb() function
|
Completed in 22 milliseconds