Home
last modified time | relevance | path

Searched refs:l_mp (Results 1 – 18 of 18) sorted by relevance

/linux-6.15/fs/xfs/
H A Dxfs_icreate_item.c148 struct xfs_mount *mp = log->l_mp; in xlog_recover_icreate_commit_pass2()
163 xfs_warn(log->l_mp, "xlog_recover_do_icreate_trans: bad type"); in xlog_recover_icreate_commit_pass2()
168 xfs_warn(log->l_mp, "xlog_recover_do_icreate_trans: bad icl size"); in xlog_recover_icreate_commit_pass2()
174 xfs_warn(log->l_mp, "xlog_recover_do_icreate_trans: bad agno"); in xlog_recover_icreate_commit_pass2()
179 xfs_warn(log->l_mp, "xlog_recover_do_icreate_trans: bad agbno"); in xlog_recover_icreate_commit_pass2()
184 xfs_warn(log->l_mp, "xlog_recover_do_icreate_trans: bad isize"); in xlog_recover_icreate_commit_pass2()
189 xfs_warn(log->l_mp, "xlog_recover_do_icreate_trans: bad count"); in xlog_recover_icreate_commit_pass2()
194 xfs_warn(log->l_mp, "xlog_recover_do_icreate_trans: bad length"); in xlog_recover_icreate_commit_pass2()
204 xfs_warn(log->l_mp, in xlog_recover_icreate_commit_pass2()
211 xfs_warn(log->l_mp, in xlog_recover_icreate_commit_pass2()
H A Dxfs_log_recover.c130 xfs_warn(log->l_mp, in xlog_do_io()
143 xfs_alert(log->l_mp, in xlog_do_io()
427 xfs_warn(log->l_mp, in xlog_find_verify_log_record()
998 xfs_warn(log->l_mp, in xlog_verify_tail()
1066 xfs_warn(log->l_mp, in xlog_verify_head()
1911 xfs_warn(log->l_mp, in xlog_recover_reorder_trans()
2217 xfs_warn(log->l_mp, in xlog_recover_add_to_trans()
2231 xfs_warn(log->l_mp, in xlog_recover_add_to_trans()
3051 xfs_warn(log->l_mp, in xlog_do_recovery_pass()
3429 !xfs_log_check_lsn(log->l_mp, log->l_mp->m_sb.sb_lsn)) in xlog_recover()
[all …]
H A Dxfs_dquot_item_recover.c29 struct xfs_mount *mp = log->l_mp; in xlog_recover_dquot_ra_pass2()
67 struct xfs_mount *mp = log->l_mp; in xlog_recover_dquot_commit_pass2()
84 xfs_alert(log->l_mp, "NULL dquot in %s.", __func__); in xlog_recover_dquot_commit_pass2()
88 xfs_alert(log->l_mp, "dquot too small (%d) in %s.", in xlog_recover_dquot_commit_pass2()
157 fa = xfs_dqblk_verify(log->l_mp, dqb, dq_f->qlf_id); in xlog_recover_dquot_commit_pass2()
H A Dxfs_log.c1383 log->l_mp = mp; in xlog_alloc_log()
1826 if (xfs_has_logv2(log->l_mp)) in xlog_sync()
1853 xfs_warn(log->l_mp, in xlog_sync()
1887 log->l_mp->m_log = NULL; in xlog_dealloc_log()
2558 xfs_warn(log->l_mp, in xlog_state_do_callback()
2796 xfs_log_space_wake(log->l_mp); in xfs_log_ticket_ungrant()
3270 xfs_alert(log->l_mp, in xlog_verify_dump_tail()
3277 xfs_alert(log->l_mp, in xlog_verify_dump_tail()
3299 xfs_emerg(log->l_mp, in xlog_verify_tail_lsn()
3402 xfs_warn(log->l_mp, in xlog_verify_iclog()
[all …]
H A Dxfs_exchmaps_item.c431 struct xfs_mount *mp = lip->li_log->l_mp; in xfs_exchmaps_recover_work()
555 struct xfs_mount *mp = log->l_mp; in xlog_recover_xmi_commit_pass2()
562 XFS_ERROR_REPORT(__func__, XFS_ERRLEVEL_LOW, log->l_mp); in xlog_recover_xmi_commit_pass2()
568 XFS_ERROR_REPORT(__func__, XFS_ERRLEVEL_LOW, log->l_mp); in xlog_recover_xmi_commit_pass2()
603 XFS_ERROR_REPORT(__func__, XFS_ERRLEVEL_LOW, log->l_mp); in xlog_recover_xmd_commit_pass2()
H A Dxfs_extfree_item.c646 struct xfs_mount *mp = lip->li_log->l_mp; in xfs_extent_free_recover_work()
853 struct xfs_mount *mp = log->l_mp; in xlog_recover_efi_commit_pass2()
892 struct xfs_mount *mp = log->l_mp; in xlog_recover_rtefi_commit_pass2()
925 XFS_CORRUPTION_ERROR(__func__, XFS_ERRLEVEL_LOW, log->l_mp, in xlog_recover_rtefi_commit_pass2()
956 XFS_CORRUPTION_ERROR(__func__, XFS_ERRLEVEL_LOW, log->l_mp, in xlog_recover_efd_commit_pass2()
965 XFS_CORRUPTION_ERROR(__func__, XFS_ERRLEVEL_LOW, log->l_mp, in xlog_recover_efd_commit_pass2()
993 XFS_CORRUPTION_ERROR(__func__, XFS_ERRLEVEL_LOW, log->l_mp, in xlog_recover_rtefd_commit_pass2()
1002 XFS_CORRUPTION_ERROR(__func__, XFS_ERRLEVEL_LOW, log->l_mp, in xlog_recover_rtefd_commit_pass2()
H A Dxfs_log_cil.c679 xfs_warn(log->l_mp, "Transaction log reservation overrun:"); in xlog_cil_insert_items()
680 xfs_warn(log->l_mp, in xlog_cil_insert_items()
683 xfs_warn(log->l_mp, " split region headers: %d bytes", in xlog_cil_insert_items()
685 xfs_warn(log->l_mp, " ctx ticket: %d bytes", ctx_res); in xlog_cil_insert_items()
887 struct xfs_mount *mp = ctx->cil->xc_log->l_mp; in xlog_cil_committed()
1803 trace_xfs_log_force(log->l_mp, seq, _RET_IP_); in xlog_cil_flush()
1811 xfs_log_force(log->l_mp, 0); in xlog_cil_flush()
1837 trace_xfs_log_force(log->l_mp, sequence, _RET_IP_); in xlog_cil_force_seq()
1869 XFS_STATS_INC(log->l_mp, xs_log_force_sleep); in xlog_cil_force_seq()
1936 4, log->l_mp->m_super->s_id); in xlog_cil_init()
H A Dxfs_refcount_item.c502 struct xfs_mount *mp = lip->li_log->l_mp; in xfs_refcount_recover_work()
705 struct xfs_mount *mp = log->l_mp; in xlog_recover_cui_commit_pass2()
747 struct xfs_mount *mp = log->l_mp; in xlog_recover_rtcui_commit_pass2()
783 XFS_CORRUPTION_ERROR(__func__, XFS_ERRLEVEL_LOW, log->l_mp, in xlog_recover_rtcui_commit_pass2()
812 XFS_CORRUPTION_ERROR(__func__, XFS_ERRLEVEL_LOW, log->l_mp, in xlog_recover_cud_commit_pass2()
838 XFS_CORRUPTION_ERROR(__func__, XFS_ERRLEVEL_LOW, log->l_mp, in xlog_recover_rtcud_commit_pass2()
H A Dxfs_rmap_item.c567 struct xfs_mount *mp = lip->li_log->l_mp; in xfs_rmap_recover_work()
734 struct xfs_mount *mp = log->l_mp; in xlog_recover_rui_commit_pass2()
776 struct xfs_mount *mp = log->l_mp; in xlog_recover_rtrui_commit_pass2()
812 XFS_CORRUPTION_ERROR(__func__, XFS_ERRLEVEL_LOW, log->l_mp, in xlog_recover_rtrui_commit_pass2()
841 XFS_CORRUPTION_ERROR(__func__, XFS_ERRLEVEL_LOW, log->l_mp, in xlog_recover_rud_commit_pass2()
867 XFS_CORRUPTION_ERROR(__func__, XFS_ERRLEVEL_LOW, log->l_mp, in xlog_recover_rtrud_commit_pass2()
H A Dxfs_inode_item_recover.c315 struct xfs_mount *mp = log->l_mp; in xlog_recover_inode_commit_pass2()
561 xfs_warn(log->l_mp, "%s: Invalid flag", __func__); in xlog_recover_inode_commit_pass2()
575 xfs_dinode_calc_crc(log->l_mp, dip); in xlog_recover_inode_commit_pass2()
576 fa = xfs_dinode_verify(log->l_mp, in_f->ilf_ino, dip); in xlog_recover_inode_commit_pass2()
H A Dxfs_trans_ail.c377 if (XFS_TEST_ERROR(false, ailp->ail_log->l_mp, XFS_ERRTAG_LOG_ITEM_PIN)) in xfsaild_push_item()
465 struct xfs_mount *mp = ailp->ail_log->l_mp; in xfsaild_push()
776 xfs_log_space_wake(log->l_mp); in xfs_ail_update_finish()
906 xfs_alert_tag(log->l_mp, XFS_PTAG_AILDELETE, in xfs_trans_ail_delete()
H A Dxfs_bmap_item.c494 struct xfs_mount *mp = lip->li_log->l_mp; in xfs_bmap_recover_work()
642 struct xfs_mount *mp = log->l_mp; in xlog_recover_bui_commit_pass2()
700 XFS_CORRUPTION_ERROR(__func__, XFS_ERRLEVEL_LOW, log->l_mp, in xlog_recover_bud_commit_pass2()
H A Dxfs_buf_item_recover.c193 xfs_err(log->l_mp, "bad buffer log item size (%d)", in xlog_recover_buf_commit_pass1()
1006 struct xfs_mount *mp = log->l_mp; in xlog_recover_buf_commit_pass2()
1127 (BBTOB(bp->b_length) != M_IGEO(log->l_mp)->inode_cluster_size)) { in xlog_recover_buf_commit_pass2()
H A Dxfs_attr_item.c741 struct xfs_mount *mp = lip->li_log->l_mp; in xfs_attr_recover_work()
1009 struct xfs_mount *mp = log->l_mp; in xlog_recover_attri_commit_pass2()
1223 XFS_CORRUPTION_ERROR(__func__, XFS_ERRLEVEL_LOW, log->l_mp, in xlog_recover_attrd_commit_pass2()
H A Dxfs_log_priv.h401 struct xfs_mount *l_mp; /* mount point */ member
H A Dxfs_trace.h1447 __entry->dev = log->l_mp->m_super->s_dev;
1521 __entry->dev = lip->li_log->l_mp->m_super->s_dev;
1577 __entry->dev = lip->li_log->l_mp->m_super->s_dev;
1611 __entry->dev = log->l_mp->m_super->s_dev;
2506 __entry->dev = log->l_mp->m_super->s_dev;
2526 __entry->dev = log->l_mp->m_super->s_dev;
2553 __entry->dev = log->l_mp->m_super->s_dev;
2598 __entry->dev = log->l_mp->m_super->s_dev;
2645 __entry->dev = log->l_mp->m_super->s_dev;
2689 __entry->dev = log->l_mp->m_super->s_dev;
[all …]
H A Dxfs_buf_item.c319 if (xfs_has_v3inodes(lip->li_log->l_mp) || in xfs_buf_item_format()
/linux-6.15/fs/xfs/libxfs/
H A Dxfs_log_format.h44 BTOBB(1 << (xfs_has_logv2(log->l_mp) ? \
47 BTOBB(XLOG_MAX_ICLOGS << (xfs_has_logv2(log->l_mp) ? \