Home
last modified time | relevance | path

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

/linux-4.19.296/fs/xfs/
Dxfs_trans_inode.c153 error = xfs_trans_roll(tpp); in xfs_trans_roll_inode()
Dxfs_trans.h234 int xfs_trans_roll(struct xfs_trans **);
Dxfs_trans.c1075 xfs_trans_roll( in xfs_trans_roll() function
Dxfs_bmap_util.c1761 error = xfs_trans_roll(tpp); in xfs_swap_change_owner()
Dxfs_inode.c1050 code = xfs_trans_roll(&tp); in xfs_dir_ialloc()
Dxfs_trace.h3344 DEFINE_TRANS_EVENT(xfs_trans_roll);
/linux-4.19.296/fs/xfs/libxfs/
Dxfs_defer.c276 error = xfs_trans_roll(tpp); in xfs_defer_trans_roll()
/linux-4.19.296/fs/xfs/scrub/
Drepair.c139 error = xfs_trans_roll(&sc->tp); in xrep_roll_ag_trans()