patch-2.4.23 linux-2.4.23/include/linux/fs.h
Next file: linux-2.4.23/include/linux/hdlc/ioctl.h
Previous file: linux-2.4.23/include/linux/firmware.h
Back to the patch index
Back to the overall index
- Lines: 27
- Date:
2003-11-28 10:26:21.000000000 -0800
- Orig file:
linux-2.4.22/include/linux/fs.h
- Orig date:
2003-08-25 04:44:44.000000000 -0700
diff -urN linux-2.4.22/include/linux/fs.h linux-2.4.23/include/linux/fs.h
@@ -1255,6 +1255,7 @@
}
extern void set_buffer_flushtime(struct buffer_head *);
+extern inline int get_buffer_flushtime(void);
extern void balance_dirty(void);
extern int check_disk_change(kdev_t);
extern int invalidate_inodes(struct super_block *);
@@ -1394,6 +1395,7 @@
extern void iput(struct inode *);
extern void force_delete(struct inode *);
extern struct inode * igrab(struct inode *);
+extern struct inode * ilookup(struct super_block *, unsigned long);
extern ino_t iunique(struct super_block *, ino_t);
typedef int (*find_inode_t)(struct inode *, unsigned long, void *);
@@ -1445,8 +1447,10 @@
return get_hash_table(sb->s_dev, block, sb->s_blocksize);
}
extern void wakeup_bdflush(void);
+extern void wakeup_kupdate(void);
extern void put_unused_buffer_head(struct buffer_head * bh);
extern struct buffer_head * get_unused_buffer_head(int async);
+extern int block_dump;
extern int brw_page(int, struct page *, kdev_t, int [], int);
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)