Searched refs:HFSPLUS_VOL_UNMNT (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/hfsplus/
H A Dsuper.c224 vhdr->attributes |= cpu_to_be32(HFSPLUS_VOL_UNMNT);
274 if (!(vhdr->attributes & cpu_to_be32(HFSPLUS_VOL_UNMNT))) {
373 if (!(vhdr->attributes & cpu_to_be32(HFSPLUS_VOL_UNMNT))) {
455 vhdr->attributes &= cpu_to_be32(~HFSPLUS_VOL_UNMNT);
H A Dhfsplus_raw.h129 #define HFSPLUS_VOL_UNMNT (1 << 8) macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/hfsplus_journal/
H A Dsuper.c255 vhdr->attributes |= cpu_to_be32(HFSPLUS_VOL_UNMNT);
311 if (!(vhdr->attributes & cpu_to_be32(HFSPLUS_VOL_UNMNT))) {
453 if (!(vhdr->attributes & cpu_to_be32(HFSPLUS_VOL_UNMNT))) {
547 vhdr->attributes &= cpu_to_be32(~HFSPLUS_VOL_UNMNT);
H A Dhfsplus_raw.h130 #define HFSPLUS_VOL_UNMNT (1 << 8) macro
H A Djournal.c713 HFSPLUS_SB(sb).s_vhdr->attributes |= cpu_to_be32(HFSPLUS_VOL_UNMNT);

Completed in 57 milliseconds