Home
last modified time | relevance | path

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

/fs/hfsplus/
Dwrapper.c189 sbi->s_vhdr_buf = kmalloc(hfsplus_min_io_size(sb), GFP_KERNEL); in hfsplus_read_wrapper()
190 if (!sbi->s_vhdr_buf) in hfsplus_read_wrapper()
198 sbi->s_vhdr_buf, (void **)&sbi->s_vhdr, in hfsplus_read_wrapper()
275 kfree(sbi->s_vhdr_buf); in hfsplus_read_wrapper()
Dsuper.c220 sbi->s_vhdr_buf, NULL, WRITE_SYNC); in hfsplus_sync_fs()
297 kfree(sbi->s_vhdr_buf); in hfsplus_put_super()
595 kfree(sbi->s_vhdr_buf); in hfsplus_fill_super()
Dhfsplus_fs.h136 void *s_vhdr_buf; member