Searched refs:s_backup_vhdr_buf (Results 1 – 3 of 3) sorted by relevance
177 sbi->s_backup_vhdr_buf = kmalloc(hfsplus_min_io_size(sb), GFP_KERNEL); in hfsplus_read_wrapper()178 if (!sbi->s_backup_vhdr_buf) in hfsplus_read_wrapper()215 sbi->s_backup_vhdr_buf, in hfsplus_read_wrapper()256 kfree(sbi->s_backup_vhdr_buf); in hfsplus_read_wrapper()
230 sbi->s_backup_vhdr_buf, NULL, WRITE_SYNC); in hfsplus_sync_fs()300 kfree(sbi->s_backup_vhdr_buf); in hfsplus_put_super()605 kfree(sbi->s_backup_vhdr_buf); in hfsplus_fill_super()
147 void *s_backup_vhdr_buf; member