Home
last modified time | relevance | path

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

/linux-6.3-rc2/fs/ocfs2/
A Dsuper.c1292 mopt->mount_opt |= OCFS2_MOUNT_ERRORS_PANIC; in ocfs2_parse_options()
1296 mopt->mount_opt &= ~OCFS2_MOUNT_ERRORS_PANIC; in ocfs2_parse_options()
1301 mopt->mount_opt &= ~OCFS2_MOUNT_ERRORS_PANIC; in ocfs2_parse_options()
1494 if (opts & OCFS2_MOUNT_ERRORS_PANIC) in ocfs2_show_options()
2529 if (osb->s_mount_opt & OCFS2_MOUNT_ERRORS_PANIC) { in ocfs2_handle_error()
2599 OCFS2_SB(sb)->s_mount_opt |= OCFS2_MOUNT_ERRORS_PANIC; in __ocfs2_abort()
A Docfs2.h262 OCFS2_MOUNT_ERRORS_PANIC = 1 << 3, /* Panic on errors */ enumerator

Completed in 26 milliseconds