Lines Matching refs:s_vhdr
26 struct hfsplus_vh *vhdr = HFSPLUS_SB(inode->i_sb)->s_vhdr; in hfsplus_system_read_inode()
97 struct hfsplus_vh *vhdr = sbi->s_vhdr; in hfsplus_system_write_inode()
161 struct hfsplus_vh *vhdr = sbi->s_vhdr; in hfsplus_sync_fs()
196 memcpy(sbi->s_backup_vhdr, sbi->s_vhdr, sizeof(*sbi->s_vhdr)); in hfsplus_sync_fs()
202 sbi->s_vhdr, WRITE_SYNC); in hfsplus_sync_fs()
240 if (!(sb->s_flags & MS_RDONLY) && sbi->s_vhdr) { in hfsplus_put_super()
241 struct hfsplus_vh *vhdr = sbi->s_vhdr; in hfsplus_put_super()
254 kfree(sbi->s_vhdr); in hfsplus_put_super()
286 struct hfsplus_vh *vhdr = HFSPLUS_SB(sb)->s_vhdr; in hfsplus_remount()
373 vhdr = sbi->s_vhdr; in hfsplus_fill_super()
511 kfree(sbi->s_vhdr); in hfsplus_fill_super()