Home
last modified time | relevance | path

Searched refs:STOP_CP_REASON_SHUTDOWN (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/include/linux/
H A Df2fs_fs.h72 STOP_CP_REASON_SHUTDOWN, enumerator
/openbmc/linux/fs/f2fs/
H A Dfile.c2296 f2fs_stop_checkpoint(sbi, false, STOP_CP_REASON_SHUTDOWN); in f2fs_do_shutdown()
2304 f2fs_stop_checkpoint(sbi, false, STOP_CP_REASON_SHUTDOWN); in f2fs_do_shutdown()
2307 f2fs_stop_checkpoint(sbi, false, STOP_CP_REASON_SHUTDOWN); in f2fs_do_shutdown()
2311 f2fs_stop_checkpoint(sbi, false, STOP_CP_REASON_SHUTDOWN); in f2fs_do_shutdown()
H A Dsuper.c4111 bool shutdown = reason == STOP_CP_REASON_SHUTDOWN; in f2fs_handle_critical_error()