Searched refs:tdb_firstkey (Results 1 – 6 of 6) sorted by relevance
94 #define tdb_firstkey ext2fs_tdb_firstkey macro167 TDB_DATA tdb_firstkey(struct tdb_context *tdb);
401 *pkey = tdb_firstkey(the_tdb); in first_record()
2862 TDB_DATA tdb_firstkey(struct tdb_context *tdb) in tdb_firstkey() function
24 +#define tdb_firstkey ext2fs_tdb_firstkey
195 for (key = tdb_firstkey(tdb); key.dptr; key = tdb_nextkey(tdb, key)) { in main()
331 iter->tdb_iter = tdb_firstkey(db->tdb); in e2fsck_dir_info_iter_begin()