Home
last modified time | relevance | path

Searched refs:KEYBLOCK_MAGIC (Results 1 – 2 of 2) sorted by relevance

/external/e2fsprogs/misc/
De2undo.c47 #define KEYBLOCK_MAGIC 0xCADECADE macro
518 ext2fs_le32_to_cpu(keyb->magic) != KEYBLOCK_MAGIC) { in main()
/external/e2fsprogs/lib/ext2fs/
Dundo_io.c81 #define KEYBLOCK_MAGIC 0xCADECADE macro
198 data->keyb->magic = ext2fs_cpu_to_le32(KEYBLOCK_MAGIC); in write_undo_indexes()
627 if (ext2fs_le32_to_cpu(data->keyb->magic) != KEYBLOCK_MAGIC) { in try_reopen_undo_file()