m_log 380 fs/xfs/xfs_log.c struct xlog *log = mp->m_log; m_log 445 fs/xfs/xfs_log.c struct xlog *log = mp->m_log; m_log 517 fs/xfs/xfs_log.c struct xlog *log = mp->m_log; m_log 560 fs/xfs/xfs_log.c if (xlog_state_release_iclog(mp->m_log, iclog)) { m_log 599 fs/xfs/xfs_log.c mp->m_log = xlog_alloc_log(mp, log_target, blk_offset, num_bblks); m_log 600 fs/xfs/xfs_log.c if (IS_ERR(mp->m_log)) { m_log 601 fs/xfs/xfs_log.c error = PTR_ERR(mp->m_log); m_log 668 fs/xfs/xfs_log.c mp->m_log->l_ailp = mp->m_ail; m_log 680 fs/xfs/xfs_log.c error = xlog_recover(mp->m_log); m_log 687 fs/xfs/xfs_log.c xlog_recover_cancel(mp->m_log); m_log 692 fs/xfs/xfs_log.c error = xfs_sysfs_init(&mp->m_log->l_kobj, &xfs_log_ktype, &mp->m_kobj, m_log 698 fs/xfs/xfs_log.c mp->m_log->l_flags &= ~XLOG_ACTIVE_RECOVERY; m_log 705 fs/xfs/xfs_log.c xlog_cil_init_post_recovery(mp->m_log); m_log 712 fs/xfs/xfs_log.c xlog_dealloc_log(mp->m_log); m_log 733 fs/xfs/xfs_log.c bool recovered = mp->m_log->l_flags & XLOG_RECOVERY_NEEDED; m_log 764 fs/xfs/xfs_log.c error = xlog_recover_finish(mp->m_log); m_log 799 fs/xfs/xfs_log.c xlog_recover_cancel(mp->m_log); m_log 829 fs/xfs/xfs_log.c struct xlog *log = mp->m_log; m_log 904 fs/xfs/xfs_log.c struct xlog *log = mp->m_log; m_log 987 fs/xfs/xfs_log.c cancel_delayed_work_sync(&mp->m_log->l_work); m_log 1020 fs/xfs/xfs_log.c xfs_sysfs_del(&mp->m_log->l_kobj); m_log 1022 fs/xfs/xfs_log.c xlog_dealloc_log(mp->m_log); m_log 1051 fs/xfs/xfs_log.c struct xlog *log = mp->m_log; m_log 1096 fs/xfs/xfs_log.c struct xlog *log = mp->m_log; m_log 1139 fs/xfs/xfs_log.c struct xlog *log = mp->m_log; m_log 1306 fs/xfs/xfs_log.c queue_delayed_work(mp->m_sync_workqueue, &mp->m_log->l_work, m_log 1966 fs/xfs/xfs_log.c log->l_mp->m_log = NULL; m_log 3301 fs/xfs/xfs_log.c struct xlog *log = mp->m_log; m_log 3396 fs/xfs/xfs_log.c struct xlog *log = mp->m_log; m_log 3498 fs/xfs/xfs_log.c lsn = xlog_cil_force_lsn(mp->m_log, lsn); m_log 3565 fs/xfs/xfs_log.c struct xlog *log = mp->m_log; m_log 3942 fs/xfs/xfs_log.c log = mp->m_log; m_log 4057 fs/xfs/xfs_log.c struct xlog *log = mp->m_log; m_log 4075 fs/xfs/xfs_log.c valid = xlog_valid_lsn(mp->m_log, lsn); m_log 4095 fs/xfs/xfs_log.c struct xlog *log = mp->m_log; m_log 999 fs/xfs/xfs_log_cil.c struct xlog *log = mp->m_log; m_log 1160 fs/xfs/xfs_log_cil.c ctx = lip->li_mountp->m_log->l_cilp->xc_ctx; m_log 2078 fs/xfs/xfs_log_recover.c trace_xfs_log_recover_buf_inode_buf(mp->m_log, buf_f); m_log 2580 fs/xfs/xfs_log_recover.c trace_xfs_log_recover_buf_reg_buf(mp->m_log, buf_f); m_log 107 fs/xfs/xfs_mount.h struct xlog *m_log; /* log specific stuff */ m_log 1034 fs/xfs/xfs_super.c ASSERT(ip->i_mount->m_log->l_flags & XLOG_RECOVERY_NEEDED); m_log 1070 fs/xfs/xfs_super.c flush_delayed_work(&mp->m_log->l_work);