Home
last modified time | relevance | path

Searched refs:s_backup_vhdr (Results 1 – 4 of 4) sorted by relevance

/linux-5.19.10/fs/hfsplus/
Dioctl.c33 struct hfsplus_vh *bvh = sbi->s_backup_vhdr; in hfsplus_ioctl_bless()
Dwrapper.c219 (void **)&sbi->s_backup_vhdr, REQ_OP_READ, in hfsplus_read_wrapper()
225 if (sbi->s_backup_vhdr->signature != sbi->s_vhdr->signature) { in hfsplus_read_wrapper()
Dhfsplus_fs.h148 struct hfsplus_vh *s_backup_vhdr; member
Dsuper.c218 memcpy(sbi->s_backup_vhdr, sbi->s_vhdr, sizeof(*sbi->s_vhdr)); in hfsplus_sync_fs()