Home
last modified time | relevance | path

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

/linux-3.4.99/fs/xfs/
Dxfs_trans_priv.h30 void xfs_trans_free_items(struct xfs_trans *tp, xfs_lsn_t commit_lsn,
Dxfs_trans.c1199 xfs_trans_free_items( in xfs_trans_free_items() function
1432 xfs_trans_free_items(tp, NULLCOMMITLSN, error ? XFS_TRANS_ABORT : 0); in xfs_trans_commit()
1494 xfs_trans_free_items(tp, NULLCOMMITLSN, flags); in xfs_trans_cancel()
Dxfs_log_cil.c720 xfs_trans_free_items(tp, *commit_lsn, 0); in xfs_log_commit_cil()