Searched refs:TDB_NOLOCK (Results 1 – 4 of 4) sorted by relevance
44 #define TDB_NOLOCK 4 /* don't do any locking */ macro
340 if (tdb->flags & TDB_NOLOCK) { in tdb_brlock()426 if (tdb->flags & TDB_NOLOCK) in _tdb_lock()516 if (tdb->flags & TDB_NOLOCK) in tdb_unlock()3859 tdb->flags |= TDB_NOLOCK; in tdb_open_ex()3865 tdb->flags |= (TDB_NOLOCK | TDB_NOMMAP); in tdb_open_ex()
240 icount->tdb = tdb_open(fn, num_inodes, TDB_NOLOCK | TDB_NOSYNC, in ext2fs_create_icount_tdb()
83 db->tdb = tdb_open(db->tdb_fn, num_dirs, TDB_NOLOCK | TDB_NOSYNC, in setup_tdb()