Home
last modified time | relevance | path

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

/linux-4.19.296/fs/hfsplus/
Dwrapper.c186 sbi->s_vhdr_buf, (void **)&sbi->s_vhdr, in hfsplus_read_wrapper()
192 switch (sbi->s_vhdr->signature) { in hfsplus_read_wrapper()
199 if (!hfsplus_read_mdb(sbi->s_vhdr, &wd)) in hfsplus_read_wrapper()
225 if (sbi->s_backup_vhdr->signature != sbi->s_vhdr->signature) { in hfsplus_read_wrapper()
230 blocksize = be32_to_cpu(sbi->s_vhdr->blocksize); in hfsplus_read_wrapper()
Dsuper.c28 struct hfsplus_vh *vhdr = HFSPLUS_SB(inode->i_sb)->s_vhdr; in hfsplus_system_read_inode()
102 struct hfsplus_vh *vhdr = sbi->s_vhdr; in hfsplus_system_write_inode()
178 struct hfsplus_vh *vhdr = sbi->s_vhdr; in hfsplus_sync_fs()
217 memcpy(sbi->s_backup_vhdr, sbi->s_vhdr, sizeof(*sbi->s_vhdr)); in hfsplus_sync_fs()
287 if (!sb_rdonly(sb) && sbi->s_vhdr) { in hfsplus_put_super()
288 struct hfsplus_vh *vhdr = sbi->s_vhdr; in hfsplus_put_super()
335 struct hfsplus_vh *vhdr = HFSPLUS_SB(sb)->s_vhdr; in hfsplus_remount()
418 vhdr = sbi->s_vhdr; in hfsplus_fill_super()
Dioctl.c32 struct hfsplus_vh *vh = sbi->s_vhdr; in hfsplus_ioctl_bless()
Dhfsplus_fs.h146 struct hfsplus_vh *s_vhdr; member
Dbnode.c661 const u32 volume_attr = be32_to_cpu(sbi->s_vhdr->attributes); in hfs_bnode_need_zeroout()