Searched refs:BTREEMAGIC (Results 1 – 6 of 6) sorted by relevance
223 if (m.magic == BTREEMAGIC) in __bt_open()234 if (m.magic != BTREEMAGIC || m.version != BTREEVERSION) in __bt_open()
165 m.magic = BTREEMAGIC; in bt_meta()
234 if (m.magic == BTREEMAGIC) in __bt_open()245 if (m.magic != BTREEMAGIC || m.version != BTREEVERSION) in __bt_open()
169 m.magic = BTREEMAGIC; in bt_meta()
108 #define BTREEMAGIC 0x053162 macro
131 #define BTREEMAGIC 0x053162