Searched refs:HFSPLUS_VOL_UNMNT (Results 1 – 2 of 2) sorted by relevance
208 vhdr->attributes |= cpu_to_be32(HFSPLUS_VOL_UNMNT); in hfsplus_put_super()244 !(vhdr->attributes & cpu_to_be32(HFSPLUS_VOL_UNMNT))) { in hfsplus_remount()347 !(vhdr->attributes & cpu_to_be32(HFSPLUS_VOL_UNMNT))) { in hfsplus_read_super()410 vhdr->attributes &= cpu_to_be32(~HFSPLUS_VOL_UNMNT); in hfsplus_read_super()
119 #define HFSPLUS_VOL_UNMNT (1 << 8) macro