/kernel/linux/linux-5.10/fs/xfs/ |
H A D | xfs_log.c | 362 if (xfs_readonly_buftarg(mp->m_log->l_targ)) in xfs_log_writable() 377 struct xlog *log = mp->m_log; in xfs_log_regrant() 442 struct xlog *log = mp->m_log; in xfs_log_reserve() 579 mp->m_log = xlog_alloc_log(mp, log_target, blk_offset, num_bblks); in xfs_log_mount() 580 if (IS_ERR(mp->m_log)) { in xfs_log_mount() 581 error = PTR_ERR(mp->m_log); in xfs_log_mount() 648 mp->m_log->l_ailp = mp->m_ail; in xfs_log_mount() 660 error = xlog_recover(mp->m_log); in xfs_log_mount() 667 xlog_recover_cancel(mp->m_log); in xfs_log_mount() 672 error = xfs_sysfs_init(&mp->m_log in xfs_log_mount() [all...] |
H A D | xfs_trans.c | 229 xfs_log_ticket_ungrant(mp->m_log, tp->t_ticket); in xfs_trans_reserve() 877 xlog_cil_commit(mp->m_log, tp, &commit_seq, regrant); in __xfs_trans_commit() 904 if (regrant && !XLOG_FORCED_SHUTDOWN(mp->m_log)) in __xfs_trans_commit() 905 xfs_log_ticket_regrant(mp->m_log, tp->t_ticket); in __xfs_trans_commit() 907 xfs_log_ticket_ungrant(mp->m_log, tp->t_ticket); in __xfs_trans_commit() 965 xfs_log_ticket_ungrant(mp->m_log, tp->t_ticket); in xfs_trans_cancel()
|
H A D | xfs_buf_item_recover.c | 449 trace_xfs_log_recover_buf_reg_buf(mp->m_log, buf_f); in xlog_recover_do_reg_buffer() 594 trace_xfs_log_recover_buf_inode_buf(mp->m_log, buf_f); in xlog_recover_do_inode_buffer()
|
H A D | xfs_mount.h | 76 struct xlog *m_log; /* log specific stuff */ member
|
H A D | xfs_super.c | 738 ASSERT(ip->i_mount->m_log->l_flags & XLOG_RECOVERY_NEEDED); in xfs_fs_drop_inode() 778 flush_delayed_work(&mp->m_log->l_work); in xfs_fs_sync_fs() 893 cancel_delayed_work_sync(&mp->m_log->l_work); in xfs_quiesce_attr()
|
H A D | xfs_log_cil.c | 1184 struct xfs_cil *cil = lip->li_mountp->m_log->l_cilp; in xfs_log_item_in_current_chkpt()
|
/kernel/linux/linux-6.6/fs/xfs/ |
H A D | xfs_log.c | 390 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() 662 mp->m_log = log; in xfs_log_mount() 766 struct xlog *log = mp->m_log; in xfs_log_mount_finish() 838 xlog_recover_cancel(mp->m_log); in xfs_log_mount_cancel() 1007 struct xlog *log = mp->m_log; in xfs_log_unmount_write() 1060 cancel_delayed_work_sync(&mp->m_log->l_work); in xfs_log_quiesce() 1105 xlog_wait_iclog_completion(mp->m_log); in xfs_log_unmount() [all...] |
H A D | xfs_xattr.c | 40 xlog_use_incompat_feat(mp->m_log); in xfs_attr_grab_log_assist() 71 xlog_drop_incompat_feat(mp->m_log); in xfs_attr_grab_log_assist() 79 xlog_drop_incompat_feat(mp->m_log); in xfs_attr_rele_log_assist()
|
H A D | xfs_trans.c | 228 xfs_log_ticket_ungrant(mp->m_log, tp->t_ticket); in xfs_trans_reserve() 679 ASSERT(lip->li_log == tp->t_mountp->m_log); in xfs_trans_add_item() 951 struct xlog *log = mp->m_log; in __xfs_trans_commit() 1080 struct xlog *log = mp->m_log; in xfs_trans_cancel()
|
H A D | xfs_fsops.c | 528 xlog_shutdown_wait(mp->m_log); in xfs_do_force_shutdown() 537 if (xlog_force_shutdown(mp->m_log, flags)) { in xfs_do_force_shutdown()
|
H A D | xfs_buf_item_recover.c | 458 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()
|
H A D | xfs_buf.c | 865 if (!xlog_is_shutdown(target->bt_mount->m_log)) in xfs_buf_read_map() 1229 if (xlog_is_shutdown(mp->m_log)) in xfs_buf_ioend_handle_error() 1655 if (bp->b_mount->m_log && in __xfs_buf_submit() 1656 xlog_is_shutdown(bp->b_mount->m_log)) { in __xfs_buf_submit() 1873 ASSERT(xlog_is_shutdown(btp->bt_mount->m_log)); in xfs_buftarg_drain()
|
H A D | xfs_mount.h | 92 struct xlog *m_log; /* log specific stuff */ member
|
H A D | xfs_trans_ail.c | 908 ailp->ail_log = mp->m_log; in xfs_trans_ail_init()
|
H A D | xfs_inode.c | 1656 if (xfs_is_readonly(mp) && !xlog_recovery_needed(mp->m_log)) in xfs_inode_needs_inactive() 1720 if (xfs_is_readonly(mp) && !xlog_recovery_needed(mp->m_log)) in xfs_inactive() 3404 if (xlog_is_shutdown(mp->m_log)) { in xfs_iflush_cluster()
|
H A D | xfs_super.c | 744 ASSERT(xlog_recovery_needed(ip->i_mount->m_log)); in xfs_fs_drop_inode() 798 flush_delayed_work(&mp->m_log->l_work); in xfs_fs_sync_fs()
|
H A D | xfs_icache.c | 880 if (xlog_is_shutdown(ip->i_mount->m_log)) { in xfs_reclaim_inode()
|
H A D | xfs_log_recover.c | 2483 xlog_force_shutdown(mp->m_log, SHUTDOWN_LOG_IO_ERROR); in xlog_finish_defer_ops()
|
/kernel/linux/linux-5.10/fs/xfs/libxfs/ |
H A D | xfs_defer.c | 359 struct xlog *log = (*tpp)->t_mountp->m_log; in xfs_defer_relog()
|
/kernel/linux/linux-6.6/fs/xfs/libxfs/ |
H A D | xfs_defer.c | 425 struct xlog *log = (*tpp)->t_mountp->m_log; in xfs_defer_relog()
|