Searched refs:tdb_convert (Results 1 – 2 of 2) sorted by relevance
/external/e2fsprogs/lib/ext2fs/tdb/patches/ |
D | static-prototypes | 21 -void *tdb_convert(void *buf, u32 size); 45 +static void *tdb_convert(void *buf, u32 size);
|
/external/e2fsprogs/lib/ext2fs/ |
D | tdb.c | 164 #define CONVERT(x) (DOCONV() ? tdb_convert(&x, sizeof(x)) : &x) 268 static void *tdb_convert(void *buf, u32 size); 903 void *tdb_convert(void *buf, u32 size) in tdb_convert() function 935 tdb_convert(buf, len); in tdb_read() 1374 tdb_convert(buf, len); in transaction_read() 1926 tdb_convert(p, 8); in transaction_setup_recovery() 2197 tdb_convert(p, 8); in tdb_transaction_recover() 3918 tdb_convert(&tdb->header, sizeof(tdb->header)); in tdb_open_ex()
|