Searched refs:xfs_log_done (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/fs/xfs/ |
D | xfs_log.h | 138 xfs_lsn_t xfs_log_done(struct xfs_mount *mp,
|
D | xfs_trans.c | 261 xfs_log_done(tp->t_mountp, tp->t_ticket, NULL, log_flags); in xfs_trans_reserve() 967 commit_lsn = xfs_log_done(mp, tp->t_ticket, NULL, log_flags); in xfs_trans_commit() 1028 xfs_log_done(mp, tp->t_ticket, NULL, log_flags); in xfs_trans_cancel()
|
D | xfs_log_cil.c | 627 commit_lsn = xfs_log_done(log->l_mp, tic, &commit_iclog, 0); in xlog_cil_push() 798 xfs_log_done(mp, tp->t_ticket, NULL, log_flags); in xfs_log_commit_cil()
|
D | xfs_log.c | 512 xfs_log_done( in xfs_log_done() function
|