patch-2.3.43 linux/include/linux/adfs_fs_i.h
Next file: linux/include/linux/adfs_fs_sb.h
Previous file: linux/include/linux/adfs_fs.h
Back to the patch index
Back to the overall index
- Lines: 15
- Date:
Thu Feb 10 12:17:00 2000
- Orig file:
v2.3.42/linux/include/linux/adfs_fs_i.h
- Orig date:
Tue Jan 20 16:44:58 1998
diff -u --recursive --new-file v2.3.42/linux/include/linux/adfs_fs_i.h linux/include/linux/adfs_fs_i.h
@@ -11,7 +11,13 @@
* adfs file system inode data in memory
*/
struct adfs_inode_info {
- unsigned long file_id; /* id of fragments containing actual data */
+ unsigned long mmu_private;
+ unsigned long parent_id; /* object id of parent */
+ __u32 loadaddr; /* RISC OS load address */
+ __u32 execaddr; /* RISC OS exec address */
+ unsigned int filetype; /* RISC OS file type */
+ unsigned int attr; /* RISC OS permissions */
+ int stamped:1; /* RISC OS file has date/time */
};
#endif
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)