Searched refs:OCFS2_MOUNT_NOINTR (Results 1 – 3 of 3) sorted by relevance
1247 mopt->mount_opt = OCFS2_MOUNT_NOINTR; in ocfs2_parse_options()1286 mopt->mount_opt &= ~OCFS2_MOUNT_NOINTR; in ocfs2_parse_options()1289 mopt->mount_opt |= OCFS2_MOUNT_NOINTR; in ocfs2_parse_options()1485 if (opts & OCFS2_MOUNT_NOINTR) in ocfs2_show_options()
261 OCFS2_MOUNT_NOINTR = 1 << 2, /* Don't catch signals */ enumerator
1477 int wait, catch_signals = !(osb->s_mount_opt & OCFS2_MOUNT_NOINTR); in __ocfs2_cluster_lock()