Home
last modified time | relevance | path

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

/linux-6.1.9/fs/xfs/
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()
Dxfs_log_recover.c81 if (XFS_IS_CORRUPT(log->l_mp, !xlog_verify_bno(log, 0, nbblks))) { in xlog_alloc_buffer()
82 xfs_warn(log->l_mp, "Invalid block length (0x%x) for buffer", in xlog_alloc_buffer()
129 if (XFS_IS_CORRUPT(log->l_mp, !xlog_verify_bno(log, blk_no, nbblks))) { in xlog_do_io()
130 xfs_warn(log->l_mp, in xlog_do_io()
143 xfs_alert(log->l_mp, in xlog_do_io()
371 if (xfs_has_logv2(log->l_mp)) { in xlog_logrec_hblks()
427 xfs_warn(log->l_mp, in xlog_find_verify_log_record()
463 if ((error = xlog_header_check_mount(log->l_mp, head))) in xlog_find_verify_log_record()
513 xfs_warn(log->l_mp, "empty log check failed"); in xlog_find_head()
525 xfs_warn(log->l_mp, "totally zeroed log"); in xlog_find_head()
[all …]
Dxfs_log.c304 XFS_STATS_INC(log->l_mp, xs_sleep_logspace); in xlog_grant_head_wait()
589 tail_lsn = xlog_assign_tail_lsn(log->l_mp); in xlog_state_release_iclog()
906 XFS_STATS_INC(log->l_mp, xs_log_force_sleep); in xlog_wait_on_iclog()
970 struct xfs_mount *mp = log->l_mp; in xlog_unmount_write()
1371 xfs_alert(log->l_mp, "xlog_space_left: head behind tail"); in xlog_space_left()
1372 xfs_alert(log->l_mp, " tail_cycle = %d, tail_bytes = %d", in xlog_space_left()
1374 xfs_alert(log->l_mp, " GH cycle = %d, GH bytes = %d", in xlog_space_left()
1400 if (XFS_TEST_ERROR(error, log->l_mp, XFS_ERRTAG_IODONE_IOERR)) { in xlog_ioend_work()
1401 xfs_alert(log->l_mp, "log I/O error %d", error); in xlog_ioend_work()
1464 struct xfs_mount *mp = log->l_mp; in xlog_clear_incompat()
[all …]
Dxfs_dquot_item_recover.c28 struct xfs_mount *mp = log->l_mp; in xlog_recover_dquot_ra_pass2()
66 struct xfs_mount *mp = log->l_mp; in xlog_recover_dquot_commit_pass2()
82 xfs_alert(log->l_mp, "NULL dquot in %s.", __func__); in xlog_recover_dquot_commit_pass2()
86 xfs_alert(log->l_mp, "dquot too small (%d) in %s.", in xlog_recover_dquot_commit_pass2()
Dxfs_log_cil.c674 xfs_warn(log->l_mp, "Transaction log reservation overrun:"); in xlog_cil_insert_items()
675 xfs_warn(log->l_mp, in xlog_cil_insert_items()
678 xfs_warn(log->l_mp, " split region headers: %d bytes", in xlog_cil_insert_items()
680 xfs_warn(log->l_mp, " ctx ticket: %d bytes", ctx_res); in xlog_cil_insert_items()
705 struct xfs_mount *mp = ctx->cil->xc_log->l_mp; in xlog_discard_endio_work()
778 struct xfs_mount *mp = ctx->cil->xc_log->l_mp; in xlog_cil_committed()
1681 trace_xfs_log_force(log->l_mp, seq, _RET_IP_); in xlog_cil_flush()
1689 xfs_log_force(log->l_mp, 0); in xlog_cil_flush()
1715 trace_xfs_log_force(log->l_mp, sequence, _RET_IP_); in xlog_cil_force_seq()
1747 XFS_STATS_INC(log->l_mp, xs_log_force_sleep); in xlog_cil_force_seq()
[all …]
Dxfs_trans_ail.c401 if (XFS_TEST_ERROR(false, ailp->ail_log->l_mp, XFS_ERRTAG_LOG_ITEM_PIN)) in xfsaild_push_item()
421 struct xfs_mount *mp = ailp->ail_log->l_mp; in xfsaild_push()
762 xlog_assign_tail_lsn_locked(log->l_mp); in xfs_ail_update_finish()
767 xfs_log_space_wake(log->l_mp); in xfs_ail_update_finish()
882 xfs_alert_tag(log->l_mp, XFS_PTAG_AILDELETE, in xfs_trans_ail_delete()
Dxfs_extfree_item.c599 struct xfs_mount *mp = lip->li_log->l_mp; in xfs_efi_item_recover()
707 struct xfs_mount *mp = log->l_mp; in xlog_recover_efi_commit_pass2()
761 XFS_CORRUPTION_ERROR(__func__, XFS_ERRLEVEL_LOW, log->l_mp, in xlog_recover_efd_commit_pass2()
770 XFS_CORRUPTION_ERROR(__func__, XFS_ERRLEVEL_LOW, log->l_mp, in xlog_recover_efd_commit_pass2()
Dxfs_inode_item_recover.c277 struct xfs_mount *mp = log->l_mp; in xlog_recover_inode_commit_pass2()
518 xfs_warn(log->l_mp, "%s: Invalid flag", __func__); in xlog_recover_inode_commit_pass2()
532 xfs_dinode_calc_crc(log->l_mp, dip); in xlog_recover_inode_commit_pass2()
Dxfs_bmap_item.c478 struct xfs_mount *mp = lip->li_log->l_mp; in xfs_bui_item_recover()
639 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()
Dxfs_refcount_item.c472 struct xfs_mount *mp = lip->li_log->l_mp; in xfs_cui_item_recover()
656 struct xfs_mount *mp = log->l_mp; in xlog_recover_cui_commit_pass2()
711 XFS_CORRUPTION_ERROR(__func__, XFS_ERRLEVEL_LOW, log->l_mp, in xlog_recover_cud_commit_pass2()
Dxfs_buf_item_recover.c188 xfs_err(log->l_mp, "bad buffer log item size (%d)", in xlog_recover_buf_commit_pass1()
891 struct xfs_mount *mp = log->l_mp; in xlog_recover_buf_commit_pass2()
981 (BBTOB(bp->b_length) != M_IGEO(log->l_mp)->inode_cluster_size)) { in xlog_recover_buf_commit_pass2()
Dxfs_rmap_item.c500 struct xfs_mount *mp = lip->li_log->l_mp; in xfs_rui_item_recover()
660 struct xfs_mount *mp = log->l_mp; in xlog_recover_rui_commit_pass2()
715 XFS_CORRUPTION_ERROR(__func__, XFS_ERRLEVEL_LOW, log->l_mp, in xlog_recover_rud_commit_pass2()
Dxfs_attr_item.c546 struct xfs_mount *mp = lip->li_log->l_mp; in xfs_attri_item_recover()
706 struct xfs_mount *mp = log->l_mp; in xlog_recover_attri_commit_pass2()
843 XFS_CORRUPTION_ERROR(__func__, XFS_ERRLEVEL_LOW, log->l_mp, in xlog_recover_attrd_commit_pass2()
Dxfs_log_priv.h397 struct xfs_mount *l_mp; /* mount point */ member
Dxfs_trace.h1228 __entry->dev = log->l_mp->m_super->s_dev;
1302 __entry->dev = lip->li_log->l_mp->m_super->s_dev;
1358 __entry->dev = lip->li_log->l_mp->m_super->s_dev;
1392 __entry->dev = log->l_mp->m_super->s_dev;
2207 __entry->dev = log->l_mp->m_super->s_dev;
2227 __entry->dev = log->l_mp->m_super->s_dev;
2254 __entry->dev = log->l_mp->m_super->s_dev;
2299 __entry->dev = log->l_mp->m_super->s_dev;
2346 __entry->dev = log->l_mp->m_super->s_dev;
2390 __entry->dev = log->l_mp->m_super->s_dev;
[all …]
Dxfs_buf_item.c432 if (xfs_has_v3inodes(lip->li_log->l_mp) || in xfs_buf_item_format()
/linux-6.1.9/fs/xfs/libxfs/
Dxfs_log_format.h44 BTOBB(1 << (xfs_has_logv2(log->l_mp) ? \
47 BTOBB(XLOG_MAX_ICLOGS << (xfs_has_logv2(log->l_mp) ? \