Home
last modified time | relevance | path

Searched refs:vhdr (Results 1 – 2 of 2) sorted by relevance

/fs/hfsplus/
Dsuper.c26 struct hfsplus_vh *vhdr; in hfsplus_iget() local
53 vhdr = HFSPLUS_SB(inode->i_sb).s_vhdr; in hfsplus_iget()
58 hfsplus_inode_read_fork(inode, &vhdr->ext_file); in hfsplus_iget()
62 hfsplus_inode_read_fork(inode, &vhdr->cat_file); in hfsplus_iget()
66 hfsplus_inode_read_fork(inode, &vhdr->alloc_file); in hfsplus_iget()
70 hfsplus_inode_read_fork(inode, &vhdr->start_file); in hfsplus_iget()
73 hfsplus_inode_read_fork(inode, &vhdr->attr_file); in hfsplus_iget()
91 struct hfsplus_vh *vhdr; in hfsplus_write_inode() local
99 vhdr = HFSPLUS_SB(inode->i_sb).s_vhdr; in hfsplus_write_inode()
105 if (vhdr->ext_file.total_size != cpu_to_be64(inode->i_size)) { in hfsplus_write_inode()
[all …]
Dwrapper.c91 struct hfsplus_vh *vhdr; in hfsplus_read_wrapper() local
103 bh = sb_bread512(sb, part_start + HFSPLUS_VOLHEAD_SECTOR, vhdr); in hfsplus_read_wrapper()
107 if (vhdr->signature == cpu_to_be16(HFSP_WRAP_MAGIC)) { in hfsplus_read_wrapper()
108 if (!hfsplus_read_mdb(vhdr, &wd)) in hfsplus_read_wrapper()
114 bh = sb_bread512(sb, part_start + HFSPLUS_VOLHEAD_SECTOR, vhdr); in hfsplus_read_wrapper()
118 if (vhdr->signature == cpu_to_be16(HFSPLUS_VOLHEAD_SIG)) in hfsplus_read_wrapper()
120 if (vhdr->signature == cpu_to_be16(HFSPLUS_VOLHEAD_SIGX)) { in hfsplus_read_wrapper()
133 blocksize = be32_to_cpu(vhdr->blocksize); in hfsplus_read_wrapper()
163 bh = sb_bread512(sb, part_start + HFSPLUS_VOLHEAD_SECTOR, vhdr); in hfsplus_read_wrapper()
168 if (vhdr->signature != (HFSPLUS_SB(sb).flags & HFSPLUS_SB_HFSX ? in hfsplus_read_wrapper()
[all …]