patch-2.3.44 linux/include/linux/fs.h
Next file: linux/include/linux/hdlcdrv.h
Previous file: linux/include/asm-sparc64/hardirq.h
Back to the patch index
Back to the overall index
- Lines: 9
- Date:
Sat Feb 12 10:48:11 2000
- Orig file:
v2.3.43/linux/include/linux/fs.h
- Orig date:
Thu Feb 10 17:11:21 2000
diff -u --recursive --new-file v2.3.43/linux/include/linux/fs.h linux/include/linux/fs.h
@@ -654,6 +654,8 @@
int (*fsync) (struct file *, struct dentry *);
int (*fasync) (int, struct file *, int);
int (*lock) (struct file *, int, struct file_lock *);
+ ssize_t (*readv) (struct file *, const struct iovec *, unsigned long, loff_t *);
+ ssize_t (*writev) (struct file *, const struct iovec *, unsigned long, loff_t *);
};
struct inode_operations {
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)