Home
last modified time | relevance | path

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

/linux-2.4.37.9/fs/hfsplus/
Dwrapper.c34 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()
Dhfsplus_raw.h23 #define HFSPLUS_VOLHEAD_SIG 0x482b macro
Dsuper.c190 if (be16_to_cpu(vhdr->signature) == HFSPLUS_VOLHEAD_SIG) { in hfsplus_write_super()