Searched refs:LUSTRE_DIRSYNC_FL (Results 1 – 2 of 2) sorted by relevance
2164 #define LUSTRE_DIRSYNC_FL 0x00010000 /* dirsync behaviour (dir only) */ macro2178 ((flags & LUSTRE_DIRSYNC_FL) ? S_DIRSYNC : 0) | in ll_ext_to_inode_flags()2189 ((iflags & S_DIRSYNC) ? LUSTRE_DIRSYNC_FL : 0) | in ll_inode_to_ext_flags()
2029 LASSERTF(LUSTRE_DIRSYNC_FL == 0x00010000, "found 0x%.8x\n", in lustre_assert_wire_constants()2030 LUSTRE_DIRSYNC_FL); in lustre_assert_wire_constants()