Home
last modified time | relevance | path

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

/external/e2fsprogs/lib/ext2fs/
Dtdb.h95 #define tdb_nextkey ext2fs_tdb_nextkey macro
169 TDB_DATA tdb_nextkey(struct tdb_context *tdb, TDB_DATA key);
Dtdbtool.c414 *pkey = tdb_nextkey(the_tdb, *pkey); in next_record()
Dtdb.c2892 TDB_DATA tdb_nextkey(struct tdb_context *tdb, TDB_DATA oldkey) in tdb_nextkey() function
/external/e2fsprogs/lib/ext2fs/tdb/patches/
Dext2tdb-rename25 +#define tdb_nextkey ext2fs_tdb_nextkey
/external/e2fsprogs/e2fsck/
Ddirinfo.c404 iter->tdb_iter = tdb_nextkey(ctx->dir_info->tdb, key); in e2fsck_dir_info_iter()