Searched refs:XLOG_FORCED_SHUTDOWN (Results 1 – 4 of 4) sorted by relevance
579 bool abort = XLOG_FORCED_SHUTDOWN(ctx->cil->xc_log); in xlog_cil_committed()825 if (XLOG_FORCED_SHUTDOWN(log)) { in xlog_cil_push_work()886 ASSERT(XLOG_FORCED_SHUTDOWN(log)); in xlog_cil_push_work()1038 if (regrant && !XLOG_FORCED_SHUTDOWN(log)) in xfs_log_commit_cil()1109 if (XLOG_FORCED_SHUTDOWN(log)) in xlog_cil_force_lsn()
247 if (XLOG_FORCED_SHUTDOWN(log)) in xlog_grant_head_wait()261 if (XLOG_FORCED_SHUTDOWN(log)) in xlog_grant_head_wait()362 if (XLOG_FORCED_SHUTDOWN(log)) in xfs_log_regrant()430 if (XLOG_FORCED_SHUTDOWN(log)) in xfs_log_reserve()775 if (!XLOG_FORCED_SHUTDOWN(log) && in xlog_wait_on_iclog()784 if (XLOG_FORCED_SHUTDOWN(log)) in xlog_wait_on_iclog()901 if (XLOG_FORCED_SHUTDOWN(log)) in xfs_log_unmount_write()1001 if (XLOG_FORCED_SHUTDOWN(log)) in xfs_log_space_wake()1467 if (XLOG_FORCED_SHUTDOWN(log)) in xlog_commit_record()1549 if (threshold_lsn == NULLCOMMITLSN || XLOG_FORCED_SHUTDOWN(log)) in xlog_grant_push_ail()[all …]
444 #define XLOG_FORCED_SHUTDOWN(log) \ macro
907 if (regrant && !XLOG_FORCED_SHUTDOWN(mp->m_log)) in __xfs_trans_commit()