Home
last modified time | relevance | path

Searched refs:OCFS2_MOUNT_NOINTR (Results 1 – 3 of 3) sorted by relevance

/fs/ocfs2/
Docfs2.h193 OCFS2_MOUNT_NOINTR = 1 << 2, /* Don't catch signals */ enumerator
Dsuper.c1079 mopt->mount_opt &= ~OCFS2_MOUNT_NOINTR; in ocfs2_parse_options()
1082 mopt->mount_opt |= OCFS2_MOUNT_NOINTR; in ocfs2_parse_options()
1238 if (opts & OCFS2_MOUNT_NOINTR) in ocfs2_show_options()
Ddlmglue.c1234 int wait, catch_signals = !(osb->s_mount_opt & OCFS2_MOUNT_NOINTR); in ocfs2_cluster_lock()