patch-1.3.26 linux/include/linux/fs.h
Next file: linux/include/linux/igmp.h
Previous file: linux/include/linux/busmouse.h
Back to the patch index
Back to the overall index
- Lines: 34
- Date:
Mon Sep 11 20:55:58 1995
- Orig file:
v1.3.25/linux/include/linux/fs.h
- Orig date:
Tue Aug 8 12:31:42 1995
diff -u --recursive --new-file v1.3.25/linux/include/linux/fs.h linux/include/linux/fs.h
@@ -111,16 +111,6 @@
#define BLKRASET 4706 /* Set read ahead for block device */
#define BLKRAGET 4707 /* get current read ahead setting */
-/* These are a few other constants only used by scsi devices */
-
-#define SCSI_IOCTL_GET_IDLUN 0x5382
-
-/* Used to turn on and off tagged queuing for scsi devices */
-
-#define SCSI_IOCTL_TAGGED_ENABLE 0x5383
-#define SCSI_IOCTL_TAGGED_DISABLE 0x5384
-
-
#define BMAP_IOCTL 1 /* obsolete - kept for compatibility */
#define FIBMAP 1 /* bmap access */
#define FIGETBSZ 2 /* get the block size used for bmap */
@@ -285,6 +275,8 @@
#define FASYNC_MAGIC 0x4601
+extern int fasync_helper(struct inode *, struct file *, int, struct fasync_struct **);
+
#include <linux/minix_fs_sb.h>
#include <linux/ext_fs_sb.h>
#include <linux/ext2_fs_sb.h>
@@ -490,6 +482,7 @@
extern void clear_inode(struct inode *);
extern struct inode * get_pipe_inode(void);
extern struct file * get_empty_filp(void);
+extern int close_fp(struct file *filp);
extern struct buffer_head * get_hash_table(dev_t dev, int block, int size);
extern struct buffer_head * getblk(dev_t dev, int block, int size);
extern void ll_rw_block(int rw, int nr, struct buffer_head * bh[]);
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov
with Sam's (original) version of this