Home
last modified time | relevance | path

Searched refs:shutdown_flags (Results 1 – 2 of 2) sorted by relevance

/linux/fs/xfs/
H A Dxfs_log.c3318 uint32_t shutdown_flags) in xlog_force_shutdown() argument
3320 bool log_error = (shutdown_flags & SHUTDOWN_LOG_IO_ERROR); in xlog_force_shutdown()
3379 shutdown_flags); in xlog_force_shutdown()
H A Dxfs_trace.h6253 TP_PROTO(const struct xfs_healthmon *hm, uint32_t shutdown_flags),
6254 TP_ARGS(hm, shutdown_flags),
6257 __field(uint32_t, shutdown_flags)
6261 __entry->shutdown_flags = shutdown_flags;
6265 __print_flags(__entry->shutdown_flags, "|", XFS_SHUTDOWN_STRINGS))