Home
last modified time | relevance | path

Searched refs:full_coherency (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/fs/ocfs2/
Dfile.c2120 int full_coherency = !(osb->s_mount_opt & in ocfs2_prepare_inode_for_write() local
2203 if (end > i_size_read(inode) && !full_coherency) { in ocfs2_prepare_inode_for_write()
2263 int full_coherency = !(osb->s_mount_opt & in ocfs2_file_write_iter() local
2296 rw_level = (!direct_io || full_coherency); in ocfs2_file_write_iter()
2308 if (direct_io && full_coherency) { in ocfs2_file_write_iter()
Daops.c954 int full_coherency = !(osb->s_mount_opt & in ocfs2_direct_IO() local
967 if (i_size_read(inode) <= offset && !full_coherency) in ocfs2_direct_IO()