HomeSort by relevance Sort by last modified time
    Searched refs:TDB_NOLOCK (Results 1 - 4 of 4) sorted by null

  /external/e2fsprogs/lib/ext2fs/
tdb.h 44 #define TDB_NOLOCK 4 /* don't do any locking */
icount.c 209 icount->tdb = tdb_open(fn, num_inodes, TDB_NOLOCK | TDB_NOSYNC,
tdb.c 338 if (tdb->flags & TDB_NOLOCK) {
424 if (tdb->flags & TDB_NOLOCK)
514 if (tdb->flags & TDB_NOLOCK)
    [all...]
  /external/e2fsprogs/e2fsck/
dirinfo.c 73 db->tdb = tdb_open(db->tdb_fn, num_dirs, TDB_NOLOCK | TDB_NOSYNC,

Completed in 547 milliseconds