Searched refs:HFSPLUS_VOL_INCNSTNT (Results 1 – 2 of 2) sorted by relevance
209 vhdr->attributes &= cpu_to_be32(~HFSPLUS_VOL_INCNSTNT); in hfsplus_put_super()243 if ((vhdr->attributes & cpu_to_be32(HFSPLUS_VOL_INCNSTNT)) || in hfsplus_remount()346 if ((vhdr->attributes & cpu_to_be32(HFSPLUS_VOL_INCNSTNT)) || in hfsplus_read_super()411 vhdr->attributes |= cpu_to_be32(HFSPLUS_VOL_INCNSTNT); in hfsplus_read_super()
122 #define HFSPLUS_VOL_INCNSTNT (1 << 11) macro