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