Searched refs:s_vhdr (Results 1 – 3 of 3) sorted by relevance
53 vhdr = HFSPLUS_SB(inode->i_sb).s_vhdr; in hfsplus_iget()99 vhdr = HFSPLUS_SB(inode->i_sb).s_vhdr; in hfsplus_write_inode()157 struct hfsplus_vh *vhdr = HFSPLUS_SB(sb).s_vhdr; in hfsplus_write_super()186 memcpy(vhdr, HFSPLUS_SB(sb).s_vhdr, sizeof(*vhdr)); in hfsplus_write_super()202 if (!(sb->s_flags & MS_RDONLY) && HFSPLUS_SB(sb).s_vhdr) { in hfsplus_put_super()203 struct hfsplus_vh *vhdr = HFSPLUS_SB(sb).s_vhdr; in hfsplus_put_super()244 struct hfsplus_vh *vhdr = HFSPLUS_SB(sb).s_vhdr; in hfsplus_remount()324 vhdr = HFSPLUS_SB(sb).s_vhdr; in hfsplus_fill_super()
173 HFSPLUS_SB(sb).s_vhdr = vhdr; in hfsplus_read_wrapper()
111 struct hfsplus_vh *s_vhdr; member