Home
last modified time | relevance | path

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

/linux-6.12.1/fs/hfsplus/
Dwrapper.c221 (void **)&sbi->s_backup_vhdr, REQ_OP_READ); in hfsplus_read_wrapper()
226 if (sbi->s_backup_vhdr->signature != sbi->s_vhdr->signature) { in hfsplus_read_wrapper()
Dioctl.c33 struct hfsplus_vh *bvh = sbi->s_backup_vhdr; in hfsplus_ioctl_bless()
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()