Home
last modified time | relevance | path

Searched refs:OCFS2_MOUNT_ERRORS_PANIC (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/fs/ocfs2/
H A Dsuper.c1299 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()
2539 if (osb->s_mount_opt & OCFS2_MOUNT_ERRORS_PANIC) { in ocfs2_handle_error()
2609 OCFS2_SB(sb)->s_mount_opt |= OCFS2_MOUNT_ERRORS_PANIC; in __ocfs2_abort()
H A Docfs2.h264 OCFS2_MOUNT_ERRORS_PANIC = 1 << 3, /* Panic on errors */ enumerator
/kernel/linux/linux-6.6/fs/ocfs2/
H A Dsuper.c1294 mopt->mount_opt |= OCFS2_MOUNT_ERRORS_PANIC; in ocfs2_parse_options()
1298 mopt->mount_opt &= ~OCFS2_MOUNT_ERRORS_PANIC; in ocfs2_parse_options()
1303 mopt->mount_opt &= ~OCFS2_MOUNT_ERRORS_PANIC; in ocfs2_parse_options()
1496 if (opts & OCFS2_MOUNT_ERRORS_PANIC) in ocfs2_show_options()
2530 if (osb->s_mount_opt & OCFS2_MOUNT_ERRORS_PANIC) { in ocfs2_handle_error()
2600 OCFS2_SB(sb)->s_mount_opt |= OCFS2_MOUNT_ERRORS_PANIC; in __ocfs2_abort()
H A Docfs2.h262 OCFS2_MOUNT_ERRORS_PANIC = 1 << 3, /* Panic on errors */ enumerator

Completed in 9 milliseconds