Home
last modified time | relevance | path

Searched refs:xfs_log_done (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/fs/xfs/
Dxfs_log.h129 xfs_lsn_t xfs_log_done(struct xfs_mount *mp,
Dxfs_trans.c254 xfs_log_done(tp->t_mountp, tp->t_ticket, NULL, false); in xfs_trans_reserve()
950 commit_lsn = xfs_log_done(mp, tp->t_ticket, NULL, regrant); in __xfs_trans_commit()
1005 xfs_log_done(mp, tp->t_ticket, NULL, false); in xfs_trans_cancel()
Dxfs_log_cil.c633 commit_lsn = xfs_log_done(log->l_mp, tic, &commit_iclog, false); in xlog_cil_push()
800 xfs_log_done(mp, tp->t_ticket, NULL, regrant); in xfs_log_commit_cil()
Dxfs_log.c512 xfs_log_done( in xfs_log_done() function