Home
last modified time | relevance | path

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

/Linux-v5.15/fs/ocfs2/
Docfs2.h272 OCFS2_MOUNT_COHERENCY_BUFFERED = 1 << 12, /* Allow concurrent O_DIRECT enumerator
Dsuper.c1421 mopt->mount_opt |= OCFS2_MOUNT_COHERENCY_BUFFERED; in ocfs2_parse_options()
1424 mopt->mount_opt &= ~OCFS2_MOUNT_COHERENCY_BUFFERED; in ocfs2_parse_options()
1546 if (opts & OCFS2_MOUNT_COHERENCY_BUFFERED) in ocfs2_show_options()
Dfile.c2356 OCFS2_MOUNT_COHERENCY_BUFFERED); in ocfs2_file_write_iter()