Home
last modified time | relevance | path

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

/trusty/user/app/storage/
Dsuper.c43 #define SUPER_BLOCK_MAGIC (0x0073797473757274ULL) /* trustys */ macro
267 super_rw->magic = SUPER_BLOCK_MAGIC; in update_super_block_internal()
462 if (super->magic != SUPER_BLOCK_MAGIC) { in super_block_valid()