Home
last modified time | relevance | path

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

/openbmc/linux/fs/ocfs2/
H A Docfs2_ioctl.h175 #define OCFS2_INFO_FL_NON_COHERENT (0x00000001) /* Cluster coherency not macro
H A Dioctl.c62 return (!(req->ir_flags & OCFS2_INFO_FL_NON_COHERENT)); in o2info_coherent()