Searched refs:l_mp (Results 1 – 6 of 6) sorted by relevance
/Linux-v4.19/fs/xfs/ |
D | xfs_log_recover.c | 111 xfs_warn(log->l_mp, "Invalid block length (0x%x) for buffer", in xlog_get_bp() 113 XFS_ERROR_REPORT(__func__, XFS_ERRLEVEL_HIGH, log->l_mp); in xlog_get_bp() 137 bp = xfs_buf_get_uncached(log->l_mp->m_logdev_targp, nbblks, 0); in xlog_get_bp() 181 xfs_warn(log->l_mp, in xlog_bread_noalign() 184 XFS_ERROR_REPORT(__func__, XFS_ERRLEVEL_HIGH, log->l_mp); in xlog_bread_noalign() 200 if (error && !XFS_FORCED_SHUTDOWN(log->l_mp)) in xlog_bread_noalign() 267 xfs_warn(log->l_mp, in xlog_bwrite() 270 XFS_ERROR_REPORT(__func__, XFS_ERRLEVEL_HIGH, log->l_mp); in xlog_bwrite() 549 xfs_warn(log->l_mp, in xlog_find_verify_log_record() 585 if ((error = xlog_header_check_mount(log->l_mp, head))) in xlog_find_verify_log_record() [all …]
|
D | xfs_log.c | 260 XFS_STATS_INC(log->l_mp, xs_sleep_logspace); in xlog_grant_head_wait() 934 xfs_readonly_buftarg(log->l_mp->m_logdev_targp)) { in xfs_log_unmount_write() 1232 xfs_alert(log->l_mp, "xlog_space_left: head behind tail"); in xlog_space_left() 1233 xfs_alert(log->l_mp, in xlog_space_left() 1236 xfs_alert(log->l_mp, in xlog_space_left() 1264 if (XFS_TEST_ERROR(bp->b_error, l->l_mp, XFS_ERRTAG_IODONE_IOERR) || in xlog_iodone() 1271 xfs_force_shutdown(l->l_mp, SHUTDOWN_LOG_IO_ERROR); in xlog_iodone() 1382 struct xfs_mount *mp = log->l_mp; in xfs_log_worker() 1435 log->l_mp = mp; in xlog_alloc_log() 1548 xfs_sb_version_haslogv2(&log->l_mp->m_sb) ? 2 : 1); in xlog_alloc_log() [all …]
|
D | xfs_log_cil.c | 453 xfs_warn(log->l_mp, "Transaction log reservation overrun:"); in xlog_cil_insert_items() 454 xfs_warn(log->l_mp, in xlog_cil_insert_items() 457 xfs_warn(log->l_mp, " split region headers: %d bytes", in xlog_cil_insert_items() 459 xfs_warn(log->l_mp, " ctx ticket: %d bytes", ctx_res); in xlog_cil_insert_items() 486 xfs_force_shutdown(log->l_mp, SHUTDOWN_LOG_IO_ERROR); in xlog_cil_insert_items() 508 struct xfs_mount *mp = ctx->cil->xc_log->l_mp; in xlog_discard_endio_work() 583 struct xfs_mount *mp = ctx->cil->xc_log->l_mp; in xlog_cil_committed() 829 commit_lsn = xfs_log_done(log->l_mp, tic, &commit_iclog, false); in xlog_cil_push() 851 return xfs_log_release_iclog(log->l_mp, commit_iclog); in xlog_cil_push() 904 queue_work(log->l_mp->m_cil_workqueue, &cil->xc_push_work); in xlog_cil_push_background() [all …]
|
D | xfs_log_priv.h | 350 struct xfs_mount *l_mp; /* mount point */ member
|
D | xfs_trace.h | 933 __entry->dev = log->l_mp->m_super->s_dev; 1095 __entry->dev = log->l_mp->m_super->s_dev; 1940 __entry->dev = log->l_mp->m_super->s_dev; 1960 __entry->dev = log->l_mp->m_super->s_dev; 1987 __entry->dev = log->l_mp->m_super->s_dev; 2032 __entry->dev = log->l_mp->m_super->s_dev; 2079 __entry->dev = log->l_mp->m_super->s_dev; 2123 __entry->dev = log->l_mp->m_super->s_dev;
|
/Linux-v4.19/fs/xfs/libxfs/ |
D | xfs_log_format.h | 37 #define XLOG_BTOLSUNIT(log, b) (((b)+(log)->l_mp->m_sb.sb_logsunit-1) / \ 38 (log)->l_mp->m_sb.sb_logsunit) 39 #define XLOG_LSUNITTOB(log, su) ((su) * (log)->l_mp->m_sb.sb_logsunit) 47 BTOBB(1 << (xfs_sb_version_haslogv2(&log->l_mp->m_sb) ? \ 50 BTOBB(XLOG_MAX_ICLOGS << (xfs_sb_version_haslogv2(&log->l_mp->m_sb) ? \
|