Home | History | Annotate | Download | only in ext2fs

Lines Matching full:tdb_convert

164 #define DOCONV() (tdb->flags & TDB_CONVERT)
165 #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)
935 tdb_convert(buf, len);
1371 tdb_convert(buf, len);
1923 tdb_convert(p, 8);
2194 tdb_convert(p, 8);
3907 rev = (tdb->flags & TDB_CONVERT);
3914 tdb->flags &= ~TDB_CONVERT;
3916 tdb->flags |= TDB_CONVERT;
3917 tdb_convert(&tdb->header, sizeof(tdb->header));