Home
last modified time | relevance | path

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

/linux-6.1.9/fs/ocfs2/
Docfs2.h260 OCFS2_MOUNT_BARRIER = 1 << 1, /* Use block barriers */ enumerator
Dsuper.c1279 mopt->mount_opt |= OCFS2_MOUNT_BARRIER; in ocfs2_parse_options()
1281 mopt->mount_opt &= ~OCFS2_MOUNT_BARRIER; in ocfs2_parse_options()
1491 if (opts & OCFS2_MOUNT_BARRIER) in ocfs2_show_options()
Djournal.c806 if (osb->s_mount_opt & OCFS2_MOUNT_BARRIER) in ocfs2_set_journal_params()