Home
last modified time | relevance | path

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

/Linux-v4.19/fs/ocfs2/
Dsuper.c1302 mopt->mount_opt = OCFS2_MOUNT_NOINTR; in ocfs2_parse_options()
1341 mopt->mount_opt &= ~OCFS2_MOUNT_NOINTR; in ocfs2_parse_options()
1344 mopt->mount_opt |= OCFS2_MOUNT_NOINTR; in ocfs2_parse_options()
1540 if (opts & OCFS2_MOUNT_NOINTR) in ocfs2_show_options()
Docfs2.h275 OCFS2_MOUNT_NOINTR = 1 << 2, /* Don't catch signals */ enumerator
Ddlmglue.c1457 int wait, catch_signals = !(osb->s_mount_opt & OCFS2_MOUNT_NOINTR); in __ocfs2_cluster_lock()