summaryrefslogtreecommitdiffstats
path: root/include/linux/adfs_fs_i.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/adfs_fs_i.h')
-rw-r--r--include/linux/adfs_fs_i.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/include/linux/adfs_fs_i.h b/include/linux/adfs_fs_i.h
index 831575165..94d5607bf 100644
--- a/include/linux/adfs_fs_i.h
+++ b/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