patch-2.1.79 linux/include/linux/msdos_fs.h
Next file: linux/include/linux/msdos_fs_sb.h
Previous file: linux/include/linux/mm.h
Back to the patch index
Back to the overall index
- Lines: 26
- Date:
Mon Jan 12 16:46:33 1998
- Orig file:
v2.1.78/linux/include/linux/msdos_fs.h
- Orig date:
Tue Jan 6 09:37:38 1998
diff -u --recursive --new-file v2.1.78/linux/include/linux/msdos_fs.h linux/include/linux/msdos_fs.h
@@ -161,8 +161,9 @@
__u8 name11_12[4]; /* last 2 characters in name */
};
-struct slot_info {
+struct vfat_slot_info {
int is_long; /* was the found entry long */
+ int is_alias; /* was the found entry an alias */
int long_slots; /* number of long slots in filename */
int total_slots; /* total slots (long and short) */
loff_t longname_offset; /* dir offset for longname start */
@@ -248,12 +249,14 @@
/* file.c */
extern struct inode_operations fat_file_inode_operations;
extern struct inode_operations fat_file_inode_operations_1024;
+extern struct inode_operations fat_file_inode_operations_readpage;
extern ssize_t fat_file_read(struct file *, char *, size_t, loff_t *);
extern ssize_t fat_file_write(struct file *, const char *, size_t, loff_t *);
extern void fat_truncate(struct inode *inode);
/* mmap.c */
extern int fat_mmap(struct file *, struct vm_area_struct *);
+extern int fat_readpage(struct inode *, struct page *);
/* vfat.c */
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov