Home
last modified time | relevance | path

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

/linux-2.6.39/fs/hfsplus/
Dwrapper.c150 sbi->s_backup_vhdr = kmalloc(HFSPLUS_SECTOR_SIZE, GFP_KERNEL); in hfsplus_read_wrapper()
151 if (!sbi->s_backup_vhdr) in hfsplus_read_wrapper()
188 sbi->s_backup_vhdr, READ); in hfsplus_read_wrapper()
193 if (sbi->s_backup_vhdr->signature != sbi->s_vhdr->signature) { in hfsplus_read_wrapper()
232 kfree(sbi->s_backup_vhdr); in hfsplus_read_wrapper()
Dsuper.c196 memcpy(sbi->s_backup_vhdr, sbi->s_vhdr, sizeof(*sbi->s_vhdr)); in hfsplus_sync_fs()
210 sbi->s_backup_vhdr, WRITE_SYNC); in hfsplus_sync_fs()
255 kfree(sbi->s_backup_vhdr); in hfsplus_put_super()
512 kfree(sbi->s_backup_vhdr); in hfsplus_fill_super()
Dhfsplus_fs.h114 struct hfsplus_vh *s_backup_vhdr; member