Home
last modified time | relevance | path

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

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