Searched refs:DB_LOCK (Results 1 – 12 of 12) sorted by relevance
86 #define DB_LOCK 0x20000000 /* Do locking. */ macro90 #define DB_LOCK 0x2000 /* Do locking. */ macro
52 #define DB_FLAGS (DB_LOCK | DB_SHMEM | DB_TXN) in kdb2_dbopen()
57 #define DB_FLAGS (DB_LOCK | DB_SHMEM | DB_TXN) in dbopen()
96 * the DB_LOCK flag isn't set.99 #define DB_LOCK 0x20000000 /* Do locking. */103 #define DB_LOCK 0x2000 /* Do locking. */
129 oflags |= DB_LOCK; in main()345 if (type == DB_BTREE && oflags & DB_LOCK) in main()
55 -d: Set the DB_LOCK flag.
101 oflags |= DB_LOCK;316 if (type == DB_BTREE && oflags & DB_LOCK)
62 -d: Set the DB_LOCK flag.
63 -d: Set the DB_LOCK flag.
148 oflags |= DB_LOCK; in main()369 if (type == DB_BTREE && oflags & DB_LOCK) in main()
307 if (dflags & DB_LOCK) in __bt_open()
318 if (dflags & DB_LOCK) in __bt_open()