Home
last modified time | relevance | path

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

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