Lines Matching defs:hfsplus_vol_header
583 struct hfsplus_vol_header { struct
584 __u8 signature[2];
585 __u16 version;
586 __u32 attributes;
587 __u32 last_mount_vers;
588 __u32 reserved;
589 __u32 create_date;
590 __u32 modify_date;
591 __u32 backup_date;
592 __u32 checked_date;
593 __u32 file_count;
594 __u32 folder_count;
595 __u32 blocksize;
596 __u32 total_blocks;
597 __u32 free_blocks;
598 __u32 next_alloc;
599 __u32 rsrc_clump_sz;
600 __u32 data_clump_sz;
601 __u32 next_cnid;
602 __u32 write_count;
603 __u64 encodings_bmp;
604 struct hfs_finder_info finder_info;
605 struct hfsplus_fork alloc_file;
606 struct hfsplus_fork ext_file;
607 struct hfsplus_fork cat_file;
608 struct hfsplus_fork attr_file;
609 struct hfsplus_fork start_file;