s_vhdr            661 fs/hfsplus/bnode.c 	const u32 volume_attr = be32_to_cpu(sbi->s_vhdr->attributes);
s_vhdr            146 fs/hfsplus/hfsplus_fs.h 	struct hfsplus_vh *s_vhdr;
s_vhdr             32 fs/hfsplus/ioctl.c 	struct hfsplus_vh *vh = sbi->s_vhdr;
s_vhdr             29 fs/hfsplus/super.c 	struct hfsplus_vh *vhdr = HFSPLUS_SB(inode->i_sb)->s_vhdr;
s_vhdr            103 fs/hfsplus/super.c 	struct hfsplus_vh *vhdr = sbi->s_vhdr;
s_vhdr            179 fs/hfsplus/super.c 	struct hfsplus_vh *vhdr = sbi->s_vhdr;
s_vhdr            218 fs/hfsplus/super.c 		memcpy(sbi->s_backup_vhdr, sbi->s_vhdr, sizeof(*sbi->s_vhdr));
s_vhdr            288 fs/hfsplus/super.c 	if (!sb_rdonly(sb) && sbi->s_vhdr) {
s_vhdr            289 fs/hfsplus/super.c 		struct hfsplus_vh *vhdr = sbi->s_vhdr;
s_vhdr            336 fs/hfsplus/super.c 		struct hfsplus_vh *vhdr = HFSPLUS_SB(sb)->s_vhdr;
s_vhdr            419 fs/hfsplus/super.c 	vhdr = sbi->s_vhdr;
s_vhdr            186 fs/hfsplus/wrapper.c 				   sbi->s_vhdr_buf, (void **)&sbi->s_vhdr,
s_vhdr            192 fs/hfsplus/wrapper.c 	switch (sbi->s_vhdr->signature) {
s_vhdr            199 fs/hfsplus/wrapper.c 		if (!hfsplus_read_mdb(sbi->s_vhdr, &wd))
s_vhdr            225 fs/hfsplus/wrapper.c 	if (sbi->s_backup_vhdr->signature != sbi->s_vhdr->signature) {
s_vhdr            230 fs/hfsplus/wrapper.c 	blocksize = be32_to_cpu(sbi->s_vhdr->blocksize);