Lines Matching refs:m_log

375 	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()
591 if (xlog_state_release_iclog(mp->m_log, iclog)) { in xfs_log_release_iclog()
629 mp->m_log = xlog_alloc_log(mp, log_target, blk_offset, num_bblks); in xfs_log_mount()
630 if (IS_ERR(mp->m_log)) { in xfs_log_mount()
631 error = PTR_ERR(mp->m_log); in xfs_log_mount()
687 mp->m_log->l_ailp = mp->m_ail; in xfs_log_mount()
699 error = xlog_recover(mp->m_log); in xfs_log_mount()
710 error = xfs_sysfs_init(&mp->m_log->l_kobj, &xfs_log_ktype, &mp->m_kobj, in xfs_log_mount()
716 mp->m_log->l_flags &= ~XLOG_ACTIVE_RECOVERY; in xfs_log_mount()
723 xlog_cil_init_post_recovery(mp->m_log); in xfs_log_mount()
730 xlog_dealloc_log(mp->m_log); in xfs_log_mount()
751 error = xlog_recover_finish(mp->m_log); in xfs_log_mount_finish()
781 struct xlog *log = mp->m_log; in xfs_log_unmount_write()
923 cancel_delayed_work_sync(&mp->m_log->l_work); in xfs_log_quiesce()
956 xfs_sysfs_del(&mp->m_log->l_kobj); in xfs_log_unmount()
958 xlog_dealloc_log(mp->m_log); in xfs_log_unmount()
985 struct xlog *log = mp->m_log; in xfs_log_space_wake()
1030 struct xlog *log = mp->m_log; in xfs_log_need_covered()
1073 struct xlog *log = mp->m_log; in xlog_assign_tail_lsn_locked()
1276 queue_delayed_work(mp->m_log_workqueue, &mp->m_log->l_work, in xfs_log_work_queue()
1931 log->l_mp->m_log = NULL; in xlog_dealloc_log()
3191 struct xlog *log = mp->m_log; in _xfs_log_force()
3339 struct xlog *log = mp->m_log; in _xfs_log_force_lsn()
3523 struct xlog *log = mp->m_log; in xfs_log_calc_unit_res()
3904 log = mp->m_log; in xfs_log_force_umount()