Searched refs:l_mp (Results 1 – 6 of 6) sorted by relevance
/linux-4.1.27/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 | 1148 xfs_alert(log->l_mp, in xlog_space_left() 1176 if (XFS_TEST_ERROR(bp->b_error, l->l_mp, in xlog_iodone() 1180 xfs_force_shutdown(l->l_mp, SHUTDOWN_LOG_IO_ERROR); in xlog_iodone() 1291 struct xfs_mount *mp = log->l_mp; in xfs_log_worker() 1344 log->l_mp = mp; in xlog_alloc_log() 1456 xfs_sb_version_haslogv2(&log->l_mp->m_sb) ? 2 : 1); in xlog_alloc_log() 1510 struct xfs_mount *mp = log->l_mp; in xlog_commit_record() 1618 if (xfs_sb_version_haslogv2(&log->l_mp->m_sb)) { in xlog_pack_data() 1655 if (xfs_sb_version_haslogv2(&log->l_mp->m_sb)) { in xlog_cksum() 1746 int v2 = xfs_sb_version_haslogv2(&log->l_mp->m_sb); in xlog_sync() [all …]
|
D | xfs_log_cil.c | 377 struct xfs_mount *mp = ctx->cil->xc_log->l_mp; in xlog_cil_committed() 627 commit_lsn = xfs_log_done(log->l_mp, tic, &commit_iclog, 0); in xlog_cil_push() 634 error = xfs_log_notify(log->l_mp, commit_iclog, &ctx->log_cb); in xlog_cil_push() 649 return xfs_log_release_iclog(log->l_mp, commit_iclog); in xlog_cil_push() 702 queue_work(log->l_mp->m_cil_workqueue, &cil->xc_push_work); in xlog_cil_push_background() 740 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 | 915 __entry->dev = log->l_mp->m_super->s_dev; 1077 __entry->dev = log->l_mp->m_super->s_dev; 1925 __entry->dev = log->l_mp->m_super->s_dev; 1968 __entry->dev = log->l_mp->m_super->s_dev; 2014 __entry->dev = log->l_mp->m_super->s_dev;
|
/linux-4.1.27/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) ? \
|