Home
last modified time | relevance | path

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

/linux/fs/hfsplus/
H A Dwrapper.c156 sbi->s_backup_vhdr_buf = kmalloc(hfsplus_min_io_size(sb), GFP_KERNEL); in hfsplus_read_wrapper()
157 if (!sbi->s_backup_vhdr_buf) in hfsplus_read_wrapper()
194 sbi->s_backup_vhdr_buf, in hfsplus_read_wrapper()
235 kfree(sbi->s_backup_vhdr_buf); in hfsplus_read_wrapper()
H A Dsuper.c231 sbi->s_backup_vhdr_buf, NULL, REQ_OP_WRITE); in hfsplus_commit_superblock()
352 kfree(sbi->s_backup_vhdr_buf); in hfsplus_put_super()
653 kfree(sbi->s_backup_vhdr_buf); in hfsplus_fill_super()
H A Dhfsplus_fs.h114 void *s_backup_vhdr_buf; member