HomeSort by relevance Sort by last modified time
    Searched full:tdb_firstkey (Results 1 - 10 of 10) sorted by null

  /external/e2fsprogs/lib/ext2fs/tdb/patches/
ext2tdb-rename 24 +#define tdb_firstkey ext2fs_tdb_firstkey
  /external/e2fsprogs/lib/ext2fs/
tdb.h 94 #define tdb_firstkey ext2fs_tdb_firstkey macro
167 TDB_DATA tdb_firstkey(struct tdb_context *tdb);
tdbtool.c 401 *pkey = tdb_firstkey(the_tdb);
tdb.c 2862 TDB_DATA tdb_firstkey(struct tdb_context *tdb) function
    [all...]
  /external/e2fsprogs/misc/
e2undo.c 195 for (key = tdb_firstkey(tdb); key.dptr; key = tdb_nextkey(tdb, key)) {
  /external/e2fsprogs/e2fsck/
dirinfo.c 331 iter->tdb_iter = tdb_firstkey(db->tdb);
  /prebuilts/android-emulator/linux-x86_64/bin/
mkfs.ext4 
tune2fs 
e2fsck 
fsck.ext4 

Completed in 294 milliseconds