Home
last modified time | relevance | path

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

/linux-2.6.39/fs/hfsplus/
Dwrapper.c147 sbi->s_vhdr = kmalloc(HFSPLUS_SECTOR_SIZE, GFP_KERNEL); in hfsplus_read_wrapper()
148 if (!sbi->s_vhdr) in hfsplus_read_wrapper()
157 sbi->s_vhdr, READ); in hfsplus_read_wrapper()
162 switch (sbi->s_vhdr->signature) { in hfsplus_read_wrapper()
169 if (!hfsplus_read_mdb(sbi->s_vhdr, &wd)) in hfsplus_read_wrapper()
193 if (sbi->s_backup_vhdr->signature != sbi->s_vhdr->signature) { in hfsplus_read_wrapper()
199 blocksize = be32_to_cpu(sbi->s_vhdr->blocksize); in hfsplus_read_wrapper()
234 kfree(sbi->s_vhdr); in hfsplus_read_wrapper()
Dsuper.c26 struct hfsplus_vh *vhdr = HFSPLUS_SB(inode->i_sb)->s_vhdr; in hfsplus_system_read_inode()
97 struct hfsplus_vh *vhdr = sbi->s_vhdr; in hfsplus_system_write_inode()
161 struct hfsplus_vh *vhdr = sbi->s_vhdr; in hfsplus_sync_fs()
196 memcpy(sbi->s_backup_vhdr, sbi->s_vhdr, sizeof(*sbi->s_vhdr)); in hfsplus_sync_fs()
202 sbi->s_vhdr, WRITE_SYNC); in hfsplus_sync_fs()
240 if (!(sb->s_flags & MS_RDONLY) && sbi->s_vhdr) { in hfsplus_put_super()
241 struct hfsplus_vh *vhdr = sbi->s_vhdr; in hfsplus_put_super()
254 kfree(sbi->s_vhdr); in hfsplus_put_super()
286 struct hfsplus_vh *vhdr = HFSPLUS_SB(sb)->s_vhdr; in hfsplus_remount()
373 vhdr = sbi->s_vhdr; in hfsplus_fill_super()
[all …]
Dhfsplus_fs.h113 struct hfsplus_vh *s_vhdr; member