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

/linux-master/fs/ocfs2/
H A Docfs2.h261 OCFS2_MOUNT_NOINTR = 1 << 2, /* Don't catch signals */ enumerator in enum:ocfs2_mount_options
H A Dsuper.c1247 mopt->mount_opt = OCFS2_MOUNT_NOINTR;
1286 mopt->mount_opt &= ~OCFS2_MOUNT_NOINTR;
1289 mopt->mount_opt |= OCFS2_MOUNT_NOINTR;
1485 if (opts & OCFS2_MOUNT_NOINTR)
H A Ddlmglue.c1477 int wait, catch_signals = !(osb->s_mount_opt & OCFS2_MOUNT_NOINTR);

Completed in 227 milliseconds