Searched refs:l_mp (Results 1 – 6 of 6) sorted by relevance
/fs/xfs/ |
D | xfs_log_recover.c | 107 xfs_warn(log->l_mp, "Invalid block length (0x%x) for buffer", in xlog_get_bp() 109 XFS_ERROR_REPORT(__func__, XFS_ERRLEVEL_HIGH, log->l_mp); in xlog_get_bp() 133 bp = xfs_buf_get_uncached(log->l_mp->m_logdev_targp, nbblks, 0); in xlog_get_bp() 177 xfs_warn(log->l_mp, "Invalid block length (0x%x) for buffer", in xlog_bread_noalign() 179 XFS_ERROR_REPORT(__func__, XFS_ERRLEVEL_HIGH, log->l_mp); in xlog_bread_noalign() 195 if (error && !XFS_FORCED_SHUTDOWN(log->l_mp)) in xlog_bread_noalign() 262 xfs_warn(log->l_mp, "Invalid block length (0x%x) for buffer", in xlog_bwrite() 264 XFS_ERROR_REPORT(__func__, XFS_ERRLEVEL_HIGH, log->l_mp); in xlog_bwrite() 535 xfs_warn(log->l_mp, in xlog_find_verify_log_record() 571 if ((error = xlog_header_check_mount(log->l_mp, head))) in xlog_find_verify_log_record() [all …]
|
D | xfs_log.c | 271 XFS_STATS_INC(log->l_mp, xs_sleep_logspace); in xlog_grant_head_wait() 1163 xfs_alert(log->l_mp, "xlog_space_left: head behind tail"); in xlog_space_left() 1164 xfs_alert(log->l_mp, in xlog_space_left() 1167 xfs_alert(log->l_mp, in xlog_space_left() 1193 if (XFS_TEST_ERROR(bp->b_error, l->l_mp, in xlog_iodone() 1197 xfs_force_shutdown(l->l_mp, SHUTDOWN_LOG_IO_ERROR); in xlog_iodone() 1308 struct xfs_mount *mp = log->l_mp; in xfs_log_worker() 1361 log->l_mp = mp; in xlog_alloc_log() 1473 xfs_sb_version_haslogv2(&log->l_mp->m_sb) ? 2 : 1); in xlog_alloc_log() 1529 struct xfs_mount *mp = log->l_mp; in xlog_commit_record() [all …]
|
D | xfs_log_cil.c | 383 struct xfs_mount *mp = ctx->cil->xc_log->l_mp; in xlog_cil_committed() 633 commit_lsn = xfs_log_done(log->l_mp, tic, &commit_iclog, false); in xlog_cil_push() 640 error = xfs_log_notify(log->l_mp, commit_iclog, &ctx->log_cb); in xlog_cil_push() 655 return xfs_log_release_iclog(log->l_mp, commit_iclog); in xlog_cil_push() 708 queue_work(log->l_mp->m_cil_workqueue, &cil->xc_push_work); in xlog_cil_push_background() 746 queue_work(log->l_mp->m_cil_workqueue, &cil->xc_push_work); in xlog_cil_push_now()
|
D | xfs_log_priv.h | 361 struct xfs_mount *l_mp; /* mount point */ member
|
D | xfs_trace.h | 964 __entry->dev = log->l_mp->m_super->s_dev; 1126 __entry->dev = log->l_mp->m_super->s_dev; 1982 __entry->dev = log->l_mp->m_super->s_dev; 2025 __entry->dev = log->l_mp->m_super->s_dev; 2071 __entry->dev = log->l_mp->m_super->s_dev; 2115 __entry->dev = log->l_mp->m_super->s_dev;
|
/fs/xfs/libxfs/ |
D | xfs_log_format.h | 49 #define XLOG_BTOLSUNIT(log, b) (((b)+(log)->l_mp->m_sb.sb_logsunit-1) / \ 50 (log)->l_mp->m_sb.sb_logsunit) 51 #define XLOG_LSUNITTOB(log, su) ((su) * (log)->l_mp->m_sb.sb_logsunit) 59 BTOBB(1 << (xfs_sb_version_haslogv2(&log->l_mp->m_sb) ? \ 62 BTOBB(XLOG_MAX_ICLOGS << (xfs_sb_version_haslogv2(&log->l_mp->m_sb) ? \
|