patch-2.2.14 linux/include/linux/hfs_fs.h
Next file: linux/include/linux/i2c.h
Previous file: linux/include/linux/genhd.h
Back to the patch index
Back to the overall index
- Lines: 28
- Date:
Tue Jan 4 10:12:24 2000
- Orig file:
v2.2.13/linux/include/linux/hfs_fs.h
- Orig date:
Wed May 12 13:26:34 1999
diff -u --recursive --new-file v2.2.13/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
*/
@@ -161,7 +174,6 @@
hfs_u8 short_name[12]; /* id=13 */
hfs_u8 prodosi[8]; /* id=11 */
};
-
/* finder metadata for CAP */
struct hfs_cap_info {
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)