Home
last modified time | relevance | path

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

/linux/fs/ocfs2/
H A Dsuper.c1249 mopt->mount_opt = OCFS2_MOUNT_NOINTR; in ocfs2_parse_options()
1288 mopt->mount_opt &= ~OCFS2_MOUNT_NOINTR; in ocfs2_parse_options()
1291 mopt->mount_opt |= OCFS2_MOUNT_NOINTR; in ocfs2_parse_options()
1487 if (opts & OCFS2_MOUNT_NOINTR) in ocfs2_show_options()
H A Docfs2.h261 OCFS2_MOUNT_NOINTR = 1 << 2, /* Don't catch signals */ enumerator
H A Ddlmglue.c1477 int wait, catch_signals = !(osb->s_mount_opt & OCFS2_MOUNT_NOINTR); in __ocfs2_cluster_lock()