Searched refs:tdb_error (Results 1 - 4 of 4) sorted by relevance

/external/e2fsprogs/lib/ext2fs/
H A Dtdb.h86 #define tdb_error ext2fs_tdb_error macro
157 enum TDB_ERROR tdb_error(struct tdb_context *tdb);
H A Dicount.c426 return tdb_error(icount->tdb) +
430 return tdb_error(icount->tdb) +
458 return tdb_error(icount->tdb) + EXT2_ET_TDB_SUCCESS;
H A Dtdb.c296 enum TDB_ERROR tdb_error(struct tdb_context *tdb) function
3797 try to call tdb_error or tdb_errname, just do strerror(errno).
/external/e2fsprogs/e2fsck/
H A Ddirinfo.c227 if (tdb_error(db->tdb) != TDB_ERR_NOEXIST)

Completed in 55 milliseconds