Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/ocfs2/
H A Docfs2_ioctl.h185 #define OCFS2_INFO_FL_NON_COHERENT (0x00000001) /* Cluster coherency not macro
H A Dioctl.c61 return (!(req->ir_flags & OCFS2_INFO_FL_NON_COHERENT)); in o2info_coherent()