Home
last modified time | relevance | path

Searched refs:xfs_trans_roll (Results 1 – 9 of 9) sorted by relevance

/Linux-v5.15/fs/xfs/libxfs/
Dxfs_trans_inode.c221 error = xfs_trans_roll(tpp); in xfs_trans_roll_inode()
Dxfs_defer.c297 error = xfs_trans_roll(tpp); in xfs_defer_trans_roll()
Dxfs_ag.c832 err2 = xfs_trans_roll(tpp); in xfs_ag_shrink_space()
Dxfs_ialloc.c1565 error = xfs_trans_roll(&tp); in xfs_dialloc_roll()
/Linux-v5.15/fs/xfs/
Dxfs_trans.h235 int xfs_trans_roll(struct xfs_trans **);
Dxfs_trans.c985 xfs_trans_roll( in xfs_trans_roll() function
Dxfs_bmap_util.c1600 error = xfs_trans_roll(tpp); in xfs_swap_change_owner()
Dxfs_trace.h3575 DEFINE_TRANS_EVENT(xfs_trans_roll);
/Linux-v5.15/fs/xfs/scrub/
Drepair.c138 error = xfs_trans_roll(&sc->tp); in xrep_roll_ag_trans()