Home
last modified time | relevance | path

Searched refs:m_log (Results 1 – 5 of 5) sorted by relevance

/linux-4.4.14/fs/xfs/
Dxfs_log.c375 struct xlog *log = mp->m_log; in xfs_log_regrant()
441 struct xlog *log = mp->m_log; in xfs_log_reserve()
518 struct xlog *log = mp->m_log; in xfs_log_done()
588 if (xlog_state_release_iclog(mp->m_log, iclog)) { in xfs_log_release_iclog()
626 mp->m_log = xlog_alloc_log(mp, log_target, blk_offset, num_bblks); in xfs_log_mount()
627 if (IS_ERR(mp->m_log)) { in xfs_log_mount()
628 error = PTR_ERR(mp->m_log); in xfs_log_mount()
684 mp->m_log->l_ailp = mp->m_ail; in xfs_log_mount()
696 error = xlog_recover(mp->m_log); in xfs_log_mount()
703 xlog_recover_cancel(mp->m_log); in xfs_log_mount()
[all …]
Dxfs_mount.h67 struct xlog *m_log; /* log specific stuff */ member
Dxfs_log_cil.c784 struct xlog *log = mp->m_log; in xfs_log_commit_cil()
935 ctx = lip->li_mountp->m_log->l_cilp->xc_ctx; in xfs_log_item_in_current_chkpt()
Dxfs_super.c1038 flush_delayed_work(&mp->m_log->l_work); in xfs_fs_sync_fs()
Dxfs_log_recover.c1721 trace_xfs_log_recover_buf_inode_buf(mp->m_log, buf_f); in xlog_recover_do_inode_buffer()
2184 trace_xfs_log_recover_buf_reg_buf(mp->m_log, buf_f); in xlog_recover_do_reg_buffer()