patch-2.3.40 linux/include/linux/hfs_fs.h
Next file: linux/include/linux/highuid.h
Previous file: linux/include/linux/hdreg.h
Back to the patch index
Back to the overall index
- Lines: 20
- Date:
Thu Jan 20 16:08:20 2000
- Orig file:
v2.3.39/linux/include/linux/hfs_fs.h
- Orig date:
Wed Aug 18 16:45:40 1999
diff -u --recursive --new-file v2.3.39/linux/include/linux/hfs_fs.h linux/include/linux/hfs_fs.h
@@ -140,6 +140,19 @@
*order[HFS_HDR_MAX]; /* 'descr' ordered by offset */
};
+/* header layout for netatalk's v1 appledouble file format */
+struct hfs_nat_hdr {
+ hfs_lword_t magic;
+ hfs_lword_t version;
+ hfs_byte_t homefs[16];
+ hfs_word_t entries;
+ hfs_byte_t descrs[12*5];
+ hfs_byte_t real_name[255]; /* id=3 */
+ hfs_byte_t comment[200]; /* id=4 XXX: not yet implemented */
+ hfs_byte_t old_info[16]; /* id=7 */
+ hfs_u8 finderinfo[32]; /* id=9 */
+};
+
/*
* Default header layout for Netatalk and AppleDouble
*/
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)