Searched refs:DB_EXCL (Results 1 – 6 of 6) sorted by relevance
55 if (arg_flags & DB_EXCL)
143 LF_SET(DB_EXCL);155 LF_CLR(DB_CREATE | DB_EXCL);
279 if ((ret = __db_open(real_name, flags | DB_EXCL,280 OKFLAGS | DB_EXCL, mode, &fd)) != 0)
694 LF_SET(DB_CREATE | DB_EXCL);
341 DB_APP_TMP, NULL, NULL, DB_CREATE | DB_EXCL | DB_TEMPORARY,
197 #define DB_EXCL 0x002000 /* O_EXCL: exclusive open (internal). */ macro