Home
last modified time | relevance | path

Searched refs:OCFS2_MOUNT_BARRIER (Results 1 – 4 of 4) sorted by relevance

/linux-3.4.99/fs/ocfs2/
Docfs2.h259 OCFS2_MOUNT_BARRIER = 1 << 1, /* Use block barriers */ enumerator
Dsuper.c1353 mopt->mount_opt |= OCFS2_MOUNT_BARRIER; in ocfs2_parse_options()
1355 mopt->mount_opt &= ~OCFS2_MOUNT_BARRIER; in ocfs2_parse_options()
1556 if (opts & OCFS2_MOUNT_BARRIER) in ocfs2_show_options()
Djournal.c746 if (osb->s_mount_opt & OCFS2_MOUNT_BARRIER) in ocfs2_set_journal_params()
Dfile.c203 if (osb->s_mount_opt & OCFS2_MOUNT_BARRIER) in ocfs2_sync_file()