Home
last modified time | relevance | path

Searched refs:tdb_firstkey (Results 1 – 5 of 5) sorted by relevance

/external/e2fsprogs/lib/ext2fs/
Dtdb.h94 #define tdb_firstkey ext2fs_tdb_firstkey macro
168 TDB_DATA tdb_firstkey(struct tdb_context *tdb);
Dtdbtool.c402 *pkey = tdb_firstkey(the_tdb); in first_record()
Dtdb.c2869 TDB_DATA tdb_firstkey(struct tdb_context *tdb) in tdb_firstkey() function
/external/e2fsprogs/lib/ext2fs/tdb/patches/
Dext2tdb-rename24 +#define tdb_firstkey ext2fs_tdb_firstkey
/external/e2fsprogs/e2fsck/
Ddirinfo.c360 iter->tdb_iter = tdb_firstkey(ctx->dir_info->tdb); in e2fsck_dir_info_iter_begin()