Searched refs:hfs_dbl_hdr (Results 1 – 2 of 2) sorted by relevance
/linux-2.4.37.9/fs/hfs/ |
D | file_hdr.c | 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} [all …]
|
/linux-2.4.37.9/include/linux/ |
D | hfs_fs.h | 159 struct hfs_dbl_hdr { struct
|