Home
last modified time | relevance | path

Searched refs:m_log (Results 1 – 13 of 13) sorted by relevance

/Linux-v6.1/fs/xfs/
Dxfs_log.c390 if (xfs_readonly_buftarg(mp->m_log->l_targ)) in xfs_log_writable()
392 if (xlog_is_shutdown(mp->m_log)) in xfs_log_writable()
405 struct xlog *log = mp->m_log; in xfs_log_regrant()
467 struct xlog *log = mp->m_log; in xfs_log_reserve()
661 mp->m_log = log; in xfs_log_mount()
789 struct xlog *log = mp->m_log; in xfs_log_mount_finish()
870 xlog_recover_cancel(mp->m_log); in xfs_log_mount_cancel()
1022 struct xlog *log = mp->m_log; in xfs_log_unmount_write()
1075 cancel_delayed_work_sync(&mp->m_log->l_work); in xfs_log_quiesce()
1118 xfs_sysfs_del(&mp->m_log->l_kobj); in xfs_log_unmount()
[all …]
Dxfs_xattr.c40 xlog_use_incompat_feat(mp->m_log); in xfs_attr_grab_log_assist()
60 xlog_drop_incompat_feat(mp->m_log); in xfs_attr_grab_log_assist()
68 xlog_drop_incompat_feat(mp->m_log); in xfs_attr_rele_log_assist()
Dxfs_fsops.c519 xlog_shutdown_wait(mp->m_log); in xfs_do_force_shutdown()
528 if (xlog_force_shutdown(mp->m_log, flags)) { in xfs_do_force_shutdown()
Dxfs_trans.c228 xfs_log_ticket_ungrant(mp->m_log, tp->t_ticket); in xfs_trans_reserve()
677 ASSERT(lip->li_log == tp->t_mountp->m_log); in xfs_trans_add_item()
949 struct xlog *log = mp->m_log; in __xfs_trans_commit()
1073 struct xlog *log = mp->m_log; in xfs_trans_cancel()
Dxfs_buf.c859 if (!xlog_is_shutdown(target->bt_mount->m_log)) in xfs_buf_read_map()
1223 if (xlog_is_shutdown(mp->m_log)) in xfs_buf_ioend_handle_error()
1649 if (bp->b_mount->m_log && in __xfs_buf_submit()
1650 xlog_is_shutdown(bp->b_mount->m_log)) { in __xfs_buf_submit()
1867 ASSERT(xlog_is_shutdown(btp->bt_mount->m_log)); in xfs_buftarg_drain()
Dxfs_buf_item_recover.c458 trace_xfs_log_recover_buf_reg_buf(mp->m_log, buf_f); in xlog_recover_do_reg_buffer()
603 trace_xfs_log_recover_buf_inode_buf(mp->m_log, buf_f); in xlog_recover_do_inode_buffer()
Dxfs_mount.h89 struct xlog *m_log; /* log specific stuff */ member
Dxfs_super.c727 ASSERT(xlog_recovery_needed(ip->i_mount->m_log)); in xfs_fs_drop_inode()
769 flush_delayed_work(&mp->m_log->l_work); in xfs_fs_sync_fs()
2241 xlog_cil_pcp_dead(mp->m_log, cpu); in xfs_cpu_dead()
Dxfs_trans_ail.c906 ailp->ail_log = mp->m_log; in xfs_trans_ail_init()
Dxfs_icache.c885 if (xlog_is_shutdown(ip->i_mount->m_log)) { in xfs_reclaim_inode()
Dxfs_log_recover.c2483 xlog_force_shutdown(mp->m_log, SHUTDOWN_LOG_IO_ERROR); in xlog_finish_defer_ops()
Dxfs_inode.c3315 if (xlog_is_shutdown(mp->m_log)) { in xfs_iflush_cluster()
/Linux-v6.1/fs/xfs/libxfs/
Dxfs_defer.c417 struct xlog *log = (*tpp)->t_mountp->m_log; in xfs_defer_relog()