Searched refs:TDB_NOLOCK (Results 1 – 4 of 4) sorted by relevance
44 #define TDB_NOLOCK 4 /* don't do any locking */ macro
342 if (tdb->flags & TDB_NOLOCK) { in tdb_brlock()428 if (tdb->flags & TDB_NOLOCK) in _tdb_lock()518 if (tdb->flags & TDB_NOLOCK) in tdb_unlock()3861 tdb->flags |= TDB_NOLOCK; in tdb_open_ex()3867 tdb->flags |= (TDB_NOLOCK | TDB_NOMMAP); in tdb_open_ex()
224 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()