Searched refs:TDB_NOLOCK (Results 1 – 4 of 4) sorted by relevance
44 #define TDB_NOLOCK 4 /* don't do any locking */ macro
338 if (tdb->flags & TDB_NOLOCK) { in tdb_brlock()424 if (tdb->flags & TDB_NOLOCK) in _tdb_lock()514 if (tdb->flags & TDB_NOLOCK) in tdb_unlock()3854 tdb->flags |= TDB_NOLOCK; in tdb_open_ex()3860 tdb->flags |= (TDB_NOLOCK | TDB_NOMMAP); in tdb_open_ex()
209 icount->tdb = tdb_open(fn, num_inodes, TDB_NOLOCK | TDB_NOSYNC, in ext2fs_create_icount_tdb()
73 db->tdb = tdb_open(db->tdb_fn, num_dirs, TDB_NOLOCK | TDB_NOSYNC, in setup_tdb()