Home
last modified time | relevance | path

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

/fs/xfs/libxfs/
Dxfs_trans_inode.c207 error = xfs_trans_roll(tpp); in xfs_trans_roll_inode()
Dxfs_defer.c297 error = xfs_trans_roll(tpp); in xfs_defer_trans_roll()
/fs/xfs/
Dxfs_trans.h250 int xfs_trans_roll(struct xfs_trans **);
Dxfs_trans.c981 xfs_trans_roll( in xfs_trans_roll() function
Dxfs_bmap_util.c1543 error = xfs_trans_roll(tpp); in xfs_swap_change_owner()
Dxfs_inode.c1029 code = xfs_trans_roll(&tp); in xfs_dir_ialloc()
Dxfs_trace.h3437 DEFINE_TRANS_EVENT(xfs_trans_roll);
/fs/xfs/scrub/
Drepair.c138 error = xfs_trans_roll(&sc->tp); in xrep_roll_ag_trans()