Home
last modified time | relevance | path

Searched refs:TDB_ERR_EXISTS (Results 1 – 2 of 2) sorted by relevance

/external/e2fsprogs/lib/ext2fs/
Dtdb.h55 TDB_ERR_OOM, TDB_ERR_EXISTS, TDB_ERR_NOLOCK, TDB_ERR_LOCK_TIMEOUT, enumerator
Dtdb.c306 {TDB_ERR_EXISTS, "Record exists"},
3478 tdb->ecode = TDB_ERR_EXISTS; in tdb_store()