Searched refs:OCFS2_MOUNT_ERRORS_PANIC (Results 1 – 2 of 2) sorted by relevance
1299 mopt->mount_opt |= OCFS2_MOUNT_ERRORS_PANIC; in ocfs2_parse_options()1303 mopt->mount_opt &= ~OCFS2_MOUNT_ERRORS_PANIC; in ocfs2_parse_options()1308 mopt->mount_opt &= ~OCFS2_MOUNT_ERRORS_PANIC; in ocfs2_parse_options()1501 if (opts & OCFS2_MOUNT_ERRORS_PANIC) in ocfs2_show_options()2520 if (osb->s_mount_opt & OCFS2_MOUNT_ERRORS_PANIC) { in ocfs2_handle_error()2590 OCFS2_SB(sb)->s_mount_opt |= OCFS2_MOUNT_ERRORS_PANIC; in __ocfs2_abort()
264 OCFS2_MOUNT_ERRORS_PANIC = 1 << 3, /* Panic on errors */ enumerator