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

/linux-master/fs/ocfs2/
H A Dsuper.c1294 mopt->mount_opt |= OCFS2_MOUNT_ERRORS_PANIC;
1298 mopt->mount_opt &= ~OCFS2_MOUNT_ERRORS_PANIC;
1303 mopt->mount_opt &= ~OCFS2_MOUNT_ERRORS_PANIC;
1496 if (opts & OCFS2_MOUNT_ERRORS_PANIC)
2529 if (osb->s_mount_opt & OCFS2_MOUNT_ERRORS_PANIC) {
2599 OCFS2_SB(sb)->s_mount_opt |= OCFS2_MOUNT_ERRORS_PANIC;
H A Docfs2.h262 OCFS2_MOUNT_ERRORS_PANIC = 1 << 3, /* Panic on errors */ enumerator in enum:ocfs2_mount_options

Completed in 119 milliseconds