Home | History | Annotate | Download | only in ext2fs

Lines Matching refs:CONVERT

166 #define CONVERT(x) (DOCONV() ? tdb_convert(&x, sizeof(x)) : &x)
914 /* read a lump of data at a specified offset, maybe convert */
1135 return tdb->methods->tdb_write(tdb, offset, CONVERT(off), sizeof(*d));
1214 return tdb->methods->tdb_write(tdb, offset, CONVERT(r), sizeof(r));
1863 CONVERT(recovery_head);
1910 CONVERT(rec);
1944 CONVERT(p);
1965 CONVERT(magic);
3748 /* Convert the `ondisk' version if asked. */
3749 CONVERT(*newdb);
3759 CONVERT(*newdb);
3761 /* Don't endian-convert the magic food! */