Lines Matching refs:attributes
292 vhdr->attributes |= cpu_to_be32(HFSPLUS_VOL_UNMNT);
293 vhdr->attributes &= cpu_to_be32(~HFSPLUS_VOL_INCNSTNT);
341 if (!(vhdr->attributes & cpu_to_be32(HFSPLUS_VOL_UNMNT))) {
347 } else if (vhdr->attributes &
352 } else if (vhdr->attributes &
456 if (!(vhdr->attributes & cpu_to_be32(HFSPLUS_VOL_UNMNT))) {
461 } else if (vhdr->attributes & cpu_to_be32(HFSPLUS_VOL_SOFTLOCK)) {
464 } else if ((vhdr->attributes & cpu_to_be32(HFSPLUS_VOL_JOURNALED)) &&
487 pr_err("failed to load attributes file\n");
548 vhdr->attributes &= cpu_to_be32(~HFSPLUS_VOL_UNMNT);
549 vhdr->attributes |= cpu_to_be32(HFSPLUS_VOL_INCNSTNT);