Home
last modified time | relevance | path

Searched refs:HFSPLUS_VOL_UNMNT (Results 1 – 2 of 2) sorted by relevance

/linux/fs/hfsplus/
H A Dsuper.c343 vhdr->attributes |= cpu_to_be32(HFSPLUS_VOL_UNMNT); in hfsplus_put_super()
389 if (!(vhdr->attributes & cpu_to_be32(HFSPLUS_VOL_UNMNT))) { in hfsplus_reconfigure()
426 vhdr->attributes &= cpu_to_be32(~HFSPLUS_VOL_UNMNT); in hfsplus_prepare_volume_header_for_commit()
531 if (!(vhdr->attributes & cpu_to_be32(HFSPLUS_VOL_UNMNT))) { in hfsplus_fill_super()
/linux/include/linux/
H A Dhfs_common.h274 #define HFSPLUS_VOL_UNMNT (1 << 8) macro