Searched refs:LUSTRE_SYNC_FL (Results 1 – 2 of 2) sorted by relevance
2160 #define LUSTRE_SYNC_FL 0x00000008 /* Synchronous updates */ macro2174 return (((flags & LUSTRE_SYNC_FL) ? S_SYNC : 0) | in ll_ext_to_inode_flags()2185 return (((iflags & S_SYNC) ? LUSTRE_SYNC_FL : 0) | in ll_inode_to_ext_flags()
2021 LASSERTF(LUSTRE_SYNC_FL == 0x00000008, "found 0x%.8x\n", in lustre_assert_wire_constants()2022 LUSTRE_SYNC_FL); in lustre_assert_wire_constants()