Searched refs:s_vhdr_buf (Results 1 – 3 of 3) sorted by relevance
178 sbi->s_vhdr_buf = kmalloc(hfsplus_min_io_size(sb), GFP_KERNEL); in hfsplus_read_wrapper()179 if (!sbi->s_vhdr_buf) in hfsplus_read_wrapper()187 sbi->s_vhdr_buf, (void **)&sbi->s_vhdr, in hfsplus_read_wrapper()262 kfree(sbi->s_vhdr_buf); in hfsplus_read_wrapper()
224 sbi->s_vhdr_buf, NULL, REQ_OP_WRITE | in hfsplus_sync_fs()303 kfree(sbi->s_vhdr_buf); in hfsplus_put_super()607 kfree(sbi->s_vhdr_buf); in hfsplus_fill_super()
145 void *s_vhdr_buf; member