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()
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()
708 error = xfs_sysfs_init(&mp->m_log->l_kobj, &xfs_log_ktype, &mp->m_kobj, in xfs_log_mount()
714 mp->m_log->l_flags &= ~XLOG_ACTIVE_RECOVERY; in xfs_log_mount()
721 xlog_cil_init_post_recovery(mp->m_log); in xfs_log_mount()
728 xlog_dealloc_log(mp->m_log); in xfs_log_mount()
754 error = xlog_recover_finish(mp->m_log); in xfs_log_mount_finish()
771 error = xlog_recover_cancel(mp->m_log); in xfs_log_mount_cancel()
796 struct xlog *log = mp->m_log; in xfs_log_unmount_write()
938 cancel_delayed_work_sync(&mp->m_log->l_work); in xfs_log_quiesce()
971 xfs_sysfs_del(&mp->m_log->l_kobj); in xfs_log_unmount()
973 xlog_dealloc_log(mp->m_log); in xfs_log_unmount()
1000 struct xlog *log = mp->m_log; in xfs_log_space_wake()
1045 struct xlog *log = mp->m_log; in xfs_log_need_covered()
1088 struct xlog *log = mp->m_log; in xlog_assign_tail_lsn_locked()
1293 queue_delayed_work(mp->m_log_workqueue, &mp->m_log->l_work, in xfs_log_work_queue()
1953 log->l_mp->m_log = NULL; in xlog_dealloc_log()
3228 struct xlog *log = mp->m_log; in _xfs_log_force()
3376 struct xlog *log = mp->m_log; in _xfs_log_force_lsn()
3560 struct xlog *log = mp->m_log; in xfs_log_calc_unit_res()
3939 log = mp->m_log; in xfs_log_force_umount()
4052 struct xlog *log = mp->m_log; in xfs_log_check_lsn()
4070 valid = xlog_valid_lsn(mp->m_log, lsn); in xfs_log_check_lsn()