Home
last modified time | relevance | path

Searched refs:s_vhdr (Results 1 – 6 of 6) sorted by relevance

/linux/fs/hfsplus/
H A Dwrapper.c162 sbi->s_vhdr_buf, (void **)&sbi->s_vhdr, in hfsplus_read_wrapper()
168 switch (sbi->s_vhdr->signature) { in hfsplus_read_wrapper()
175 if (!hfsplus_read_mdb(sbi->s_vhdr, &wd)) in hfsplus_read_wrapper()
200 if (sbi->s_backup_vhdr->signature != sbi->s_vhdr->signature) { in hfsplus_read_wrapper()
205 blocksize = be32_to_cpu(sbi->s_vhdr->blocksize); in hfsplus_read_wrapper()
H A Dsuper.c30 struct hfsplus_vh *vhdr = HFSPLUS_SB(inode->i_sb)->s_vhdr; in hfsplus_system_read_inode()
123 struct hfsplus_vh *vhdr = sbi->s_vhdr; in hfsplus_system_write_inode()
199 struct hfsplus_vh *vhdr = sbi->s_vhdr; in hfsplus_commit_superblock()
217 memcpy(sbi->s_backup_vhdr, sbi->s_vhdr, sizeof(*sbi->s_vhdr)); in hfsplus_commit_superblock()
336 if (!sb_rdonly(sb) && sbi->s_vhdr) { in hfsplus_put_super()
337 struct hfsplus_vh *vhdr = sbi->s_vhdr; in hfsplus_put_super()
384 struct hfsplus_vh *vhdr = sbi->s_vhdr; in hfsplus_reconfigure()
467 vhdr = sbi->s_vhdr; in hfsplus_fill_super()
H A Dioctl.c32 struct hfsplus_vh *vh = sbi->s_vhdr; in hfsplus_ioctl_bless()
H A Dhfsplus_fs.h113 struct hfsplus_vh *s_vhdr; member
H A Dbnode.c706 const u32 volume_attr = be32_to_cpu(sbi->s_vhdr->attributes); in hfs_bnode_need_zeroout()
H A Dinode.c328 struct hfsplus_vh *vhdr = sbi->s_vhdr; in hfsplus_file_fsync()