Lines Matching refs:hfs_dbl_hdr
64 {HFS_HDR_FNAME, offsetof(struct hfs_dbl_hdr, real_name), ~0},
65 {HFS_HDR_DATES, offsetof(struct hfs_dbl_hdr, create_time), 16},
66 {HFS_HDR_FINFO, offsetof(struct hfs_dbl_hdr, finderinfo), 32},
67 {HFS_HDR_MACI, offsetof(struct hfs_dbl_hdr, fileinfo), 4},
68 {HFS_HDR_DID, offsetof(struct hfs_dbl_hdr, cnid), 4},
86 {HFS_HDR_FNAME, offsetof(struct hfs_dbl_hdr, real_name), ~0},
87 {HFS_HDR_DATES, offsetof(struct hfs_dbl_hdr, create_time), 16},
88 {HFS_HDR_FINFO, offsetof(struct hfs_dbl_hdr, finderinfo), 32},
89 {HFS_HDR_MACI, offsetof(struct hfs_dbl_hdr, fileinfo), 4},
90 {HFS_HDR_DID, offsetof(struct hfs_dbl_hdr, cnid), 4}
106 {HFS_HDR_FNAME, offsetof(struct hfs_dbl_hdr, real_name), ~0},
107 {HFS_HDR_COMNT, offsetof(struct hfs_dbl_hdr, comment), 0},
108 {HFS_HDR_DATES, offsetof(struct hfs_dbl_hdr, create_time), 16},
109 {HFS_HDR_FINFO, offsetof(struct hfs_dbl_hdr, finderinfo), 32},
110 {HFS_HDR_AFPI, offsetof(struct hfs_dbl_hdr, fileinfo), 4},
111 {HFS_HDR_DID, offsetof(struct hfs_dbl_hdr, cnid), 4},
112 {HFS_HDR_SNAME, offsetof(struct hfs_dbl_hdr, short_name), ~0},
113 {HFS_HDR_PRODOSI, offsetof(struct hfs_dbl_hdr, prodosi), 8},
134 {HFS_HDR_FNAME, offsetof(struct hfs_dbl_hdr, real_name), ~0},
135 {HFS_HDR_COMNT, offsetof(struct hfs_dbl_hdr, comment), 0},
136 {HFS_HDR_OLDI, offsetof(struct hfs_dbl_hdr, create_time), 16},
137 {HFS_HDR_FINFO, offsetof(struct hfs_dbl_hdr, finderinfo), 32},