Home
last modified time | relevance | path

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

/fs/hfsplus/
Dwrapper.c198 sbi->s_vhdr_buf, (void **)&sbi->s_vhdr, in hfsplus_read_wrapper()
204 switch (sbi->s_vhdr->signature) { in hfsplus_read_wrapper()
211 if (!hfsplus_read_mdb(sbi->s_vhdr, &wd)) in hfsplus_read_wrapper()
236 if (sbi->s_backup_vhdr->signature != sbi->s_vhdr->signature) { in hfsplus_read_wrapper()
241 blocksize = be32_to_cpu(sbi->s_vhdr->blocksize); in hfsplus_read_wrapper()
Dsuper.c27 struct hfsplus_vh *vhdr = HFSPLUS_SB(inode->i_sb)->s_vhdr; in hfsplus_system_read_inode()
100 struct hfsplus_vh *vhdr = sbi->s_vhdr; in hfsplus_system_write_inode()
175 struct hfsplus_vh *vhdr = sbi->s_vhdr; in hfsplus_sync_fs()
214 memcpy(sbi->s_backup_vhdr, sbi->s_vhdr, sizeof(*sbi->s_vhdr)); in hfsplus_sync_fs()
282 if (!(sb->s_flags & MS_RDONLY) && sbi->s_vhdr) { in hfsplus_put_super()
283 struct hfsplus_vh *vhdr = sbi->s_vhdr; in hfsplus_put_super()
330 struct hfsplus_vh *vhdr = HFSPLUS_SB(sb)->s_vhdr; in hfsplus_remount()
413 vhdr = sbi->s_vhdr; in hfsplus_fill_super()
Dioctl.c31 struct hfsplus_vh *vh = sbi->s_vhdr; in hfsplus_ioctl_bless()
Dhfsplus_fs.h137 struct hfsplus_vh *s_vhdr; member