patch-1.3.46 linux/include/linux/ext2_fs.h
Next file: linux/include/linux/ext_fs.h
Previous file: linux/include/linux/blk.h
Back to the patch index
Back to the overall index
- Lines: 22
- Date:
Mon Dec 11 06:56:36 1995
- Orig file:
v1.3.45/linux/include/linux/ext2_fs.h
- Orig date:
Sun Aug 13 14:45:35 1995
diff -u --recursive --new-file v1.3.45/linux/include/linux/ext2_fs.h linux/include/linux/ext2_fs.h
@@ -404,9 +404,9 @@
extern int ext2_permission (struct inode *, int);
/* balloc.c */
-extern int ext2_new_block (struct super_block *, unsigned long,
- __u32 *, __u32 *);
-extern void ext2_free_blocks (struct super_block *, unsigned long,
+extern int ext2_new_block (const struct inode *, unsigned long,
+ __u32 *, __u32 *, int *);
+extern void ext2_free_blocks (const struct inode *, unsigned long,
unsigned long);
extern unsigned long ext2_count_free_blocks (struct super_block *);
extern void ext2_check_blocks_bitmap (struct super_block *);
@@ -427,7 +427,7 @@
extern int ext2_sync_file (struct inode *, struct file *);
/* ialloc.c */
-extern struct inode * ext2_new_inode (const struct inode *, int);
+extern struct inode * ext2_new_inode (const struct inode *, int, int *);
extern void ext2_free_inode (struct inode *);
extern unsigned long ext2_count_free_inodes (struct super_block *);
extern void ext2_check_inodes_bitmap (struct super_block *);
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