Searched refs:HFSPLUS_VOLHEAD_SIG (Results 1 – 3 of 3) sorted by relevance
34 if (be16_to_cpu(*(u16 *)(bufptr + HFSP_WRAPOFF_EMBEDSIG)) != HFSPLUS_VOLHEAD_SIG) in hfsplus_read_mdb()106 if (be16_to_cpu(vhdr->signature) != HFSPLUS_VOLHEAD_SIG) in hfsplus_read_wrapper()140 if (be16_to_cpu(vhdr->signature) != HFSPLUS_VOLHEAD_SIG) in hfsplus_read_wrapper()
23 #define HFSPLUS_VOLHEAD_SIG 0x482b macro
190 if (be16_to_cpu(vhdr->signature) == HFSPLUS_VOLHEAD_SIG) { in hfsplus_write_super()