Home
last modified time | relevance | path

Searched refs:__xfs_trans_roll (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/fs/xfs/
Dxfs_trans.h227 int __xfs_trans_roll(struct xfs_trans **, struct xfs_inode *, int *);
Dxfs_trans.c1022 __xfs_trans_roll( in __xfs_trans_roll() function
1086 return __xfs_trans_roll(tpp, dp, &committed); in xfs_trans_roll()
Dxfs_bmap_util.c119 error = __xfs_trans_roll(tp, NULL, committed); in xfs_bmap_finish()