Home
last modified time | relevance | path

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

/linux/fs/hfsplus/
A Dsuper.c292 vhdr->attributes |= cpu_to_be32(HFSPLUS_VOL_UNMNT); in hfsplus_put_super()
341 if (!(vhdr->attributes & cpu_to_be32(HFSPLUS_VOL_UNMNT))) { in hfsplus_remount()
456 if (!(vhdr->attributes & cpu_to_be32(HFSPLUS_VOL_UNMNT))) { in hfsplus_fill_super()
548 vhdr->attributes &= cpu_to_be32(~HFSPLUS_VOL_UNMNT); in hfsplus_fill_super()
A Dhfsplus_raw.h141 #define HFSPLUS_VOL_UNMNT (1 << 8) macro

Completed in 6 milliseconds