Home
last modified time | relevance | path

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

/linux-4.19.296/fs/hfsplus/
Dwrapper.c180 sbi->s_backup_vhdr_buf = kmalloc(hfsplus_min_io_size(sb), GFP_KERNEL); in hfsplus_read_wrapper()
181 if (!sbi->s_backup_vhdr_buf) in hfsplus_read_wrapper()
218 sbi->s_backup_vhdr_buf, in hfsplus_read_wrapper()
260 kfree(sbi->s_backup_vhdr_buf); in hfsplus_read_wrapper()
Dsuper.c232 sbi->s_backup_vhdr_buf, NULL, REQ_OP_WRITE, in hfsplus_sync_fs()
303 kfree(sbi->s_backup_vhdr_buf); in hfsplus_put_super()
608 kfree(sbi->s_backup_vhdr_buf); in hfsplus_fill_super()
Dhfsplus_fs.h147 void *s_backup_vhdr_buf; member