Home
last modified time | relevance | path

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

/linux-4.4.14/fs/ocfs2/
Dfile.c2134 int full_coherency = !(osb->s_mount_opt & in ocfs2_prepare_inode_for_write() local
2217 if (end > i_size_read(inode) && !full_coherency) { in ocfs2_prepare_inode_for_write()
2275 int full_coherency = !(osb->s_mount_opt & in ocfs2_file_write_iter() local
2302 rw_level = (!direct_io || full_coherency || append_write); in ocfs2_file_write_iter()
2314 if (direct_io && full_coherency) { in ocfs2_file_write_iter()
Daops.c988 int full_coherency = !(osb->s_mount_opt & in ocfs2_direct_IO() local
1001 if (i_size_read(inode) <= offset && !full_coherency) in ocfs2_direct_IO()