Searched defs:tdb_convert (Results 1 - 1 of 1) sorted by relevance

/external/e2fsprogs/lib/ext2fs/
H A Dtdb.c163 #define CONVERT(x) (DOCONV() ? tdb_convert(&x, sizeof(x)) : &x)
266 static void *tdb_convert(void *buf, u32 size);
901 void *tdb_convert(void *buf, u32 size) function
933 tdb_convert(buf, len);
1369 tdb_convert(buf, len);
1921 tdb_convert(p, 8);
2192 tdb_convert(p, 8);
3913 tdb_convert(&tdb->header, sizeof(tdb->header));

Completed in 39 milliseconds