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 | 163 #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) in tdb_convert() function 933 tdb_convert(buf, len); in tdb_read() 1369 tdb_convert(buf, len); in transaction_read() 1921 tdb_convert(p, 8); in transaction_setup_recovery() 2192 tdb_convert(p, 8); in tdb_transaction_recover() 3913 tdb_convert(&tdb->header, sizeof(tdb->header)); in tdb_open_ex()
|