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

/linux-master/fs/ocfs2/
H A Docfs2.h260 OCFS2_MOUNT_BARRIER = 1 << 1, /* Use block barriers */ enumerator in enum:ocfs2_mount_options
H A Dsuper.c1281 mopt->mount_opt |= OCFS2_MOUNT_BARRIER;
1283 mopt->mount_opt &= ~OCFS2_MOUNT_BARRIER;
1493 if (opts & OCFS2_MOUNT_BARRIER)
H A Djournal.c804 if (osb->s_mount_opt & OCFS2_MOUNT_BARRIER)

Completed in 154 milliseconds