Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/ocfs2/
H A Docfs2.h274 OCFS2_MOUNT_COHERENCY_BUFFERED = 1 << 12, /* Allow concurrent O_DIRECT enumerator
H A Dsuper.c1411 mopt->mount_opt |= OCFS2_MOUNT_COHERENCY_BUFFERED; in ocfs2_parse_options()
1414 mopt->mount_opt &= ~OCFS2_MOUNT_COHERENCY_BUFFERED; in ocfs2_parse_options()
1533 if (opts & OCFS2_MOUNT_COHERENCY_BUFFERED) in ocfs2_show_options()
H A Dfile.c2360 OCFS2_MOUNT_COHERENCY_BUFFERED); in ocfs2_file_write_iter()