Home
last modified time | relevance | path

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

/linux-4.4.14/fs/xfs/
Dxfs_trans_priv.h32 void xfs_trans_free_items(struct xfs_trans *tp, xfs_lsn_t commit_lsn,
Dxfs_trans.c737 xfs_trans_free_items( in xfs_trans_free_items() function
955 xfs_trans_free_items(tp, NULLCOMMITLSN, !!error); in __xfs_trans_commit()
1010 xfs_trans_free_items(tp, NULLCOMMITLSN, dirty); in xfs_trans_cancel()
Dxfs_log_cil.c814 xfs_trans_free_items(tp, tp->t_commit_lsn, false); in xfs_log_commit_cil()