Searched refs:GFD_BLOCK_RELOCATION_HEADER_MAGIC (Results 1 – 4 of 4) sorted by relevance
85 #define GFD_BLOCK_RELOCATION_HEADER_MAGIC _GFD_CREATE_MAGIC('}','B','L','K') macro
840 vshTrailer->magic = GFD_SWAP_8_IN_32(GFD_BLOCK_RELOCATION_HEADER_MAGIC); in GFDCreateBlockRelocateHeaderVSH()1010 pshTrailer->magic = GFD_SWAP_8_IN_32(GFD_BLOCK_RELOCATION_HEADER_MAGIC); in GFDCreateBlockRelocateHeaderPSH()1181 gshTrailer->magic = GFD_SWAP_8_IN_32(GFD_BLOCK_RELOCATION_HEADER_MAGIC); in GFDCreateBlockRelocateHeaderGSH()1384 vshTrailer->magic = GFD_SWAP_8_IN_32(GFD_BLOCK_RELOCATION_HEADER_MAGIC); in GFDCreateBlockRelocateHeaderCSH()
1317 ASSERT(GFD_BLOCK_RELOCATION_HEADER_MAGIC == pTrailer->magic && pTrailer->size == size); in _GFDRelocateBlock()