Searched refs:shutdown_flags (Results 1 – 2 of 2) sorted by relevance
3318 uint32_t shutdown_flags) in xlog_force_shutdown() argument3320 bool log_error = (shutdown_flags & SHUTDOWN_LOG_IO_ERROR); in xlog_force_shutdown()3379 shutdown_flags); in xlog_force_shutdown()
6250 TP_PROTO(const struct xfs_healthmon *hm, uint32_t shutdown_flags),6251 TP_ARGS(hm, shutdown_flags),6254 __field(uint32_t, shutdown_flags)6258 __entry->shutdown_flags = shutdown_flags;6260 TP_printk("dev %d:%d shutdown_flags %s",6262 __print_flags(__entry->shutdown_flags, "|", XFS_SHUTDOWN_STRINGS))