Deleted Added
full compact
ext2_extern.h (37102) ext2_extern.h (40304)
1/*
2 * modified for EXT2FS support in Lites 1.1
3 *
4 * Aug 1995, Godmar Back (gback@cs.utah.edu)
5 * University of Utah, Department of Computer Science
6 */
7/*-
8 * Copyright (c) 1991, 1993, 1994

--- 67 unchanged lines hidden (view full) ---

76 struct inode *, struct componentname *));
77int ext2_dirempty __P((struct inode *, ino_t, struct ucred *));
78int ext2_checkpath __P((struct inode *, struct inode *, struct ucred *));
79struct ext2_group_desc * get_group_desc __P((struct mount * ,
80 unsigned int , struct buf ** ));
81void ext2_discard_prealloc __P((struct inode *));
82int ext2_inactive __P((struct vop_inactive_args *));
83int ext2_new_block __P ((struct mount * mp, unsigned long goal,
1/*
2 * modified for EXT2FS support in Lites 1.1
3 *
4 * Aug 1995, Godmar Back (gback@cs.utah.edu)
5 * University of Utah, Department of Computer Science
6 */
7/*-
8 * Copyright (c) 1991, 1993, 1994

--- 67 unchanged lines hidden (view full) ---

76 struct inode *, struct componentname *));
77int ext2_dirempty __P((struct inode *, ino_t, struct ucred *));
78int ext2_checkpath __P((struct inode *, struct inode *, struct ucred *));
79struct ext2_group_desc * get_group_desc __P((struct mount * ,
80 unsigned int , struct buf ** ));
81void ext2_discard_prealloc __P((struct inode *));
82int ext2_inactive __P((struct vop_inactive_args *));
83int ext2_new_block __P ((struct mount * mp, unsigned long goal,
84 int * prealloc_count,
85 int * prealloc_block));
84 u_int32_t * prealloc_count,
85 u_int32_t * prealloc_block));
86ino_t ext2_new_inode __P ((const struct inode * dir, int mode));
87unsigned long ext2_count_free __P((struct buf *map, unsigned int numchars));
88void ext2_free_blocks __P((struct mount * mp, unsigned long block,
89 unsigned long count));
90void ext2_free_inode __P((struct inode * inode));
91void ext2_ei2di __P((struct ext2_inode *ei, struct dinode *di));
92void ext2_di2ei __P((struct dinode *di, struct ext2_inode *ei));
93void mark_buffer_dirty __P((struct buf *bh));

--- 12 unchanged lines hidden ---
86ino_t ext2_new_inode __P ((const struct inode * dir, int mode));
87unsigned long ext2_count_free __P((struct buf *map, unsigned int numchars));
88void ext2_free_blocks __P((struct mount * mp, unsigned long block,
89 unsigned long count));
90void ext2_free_inode __P((struct inode * inode));
91void ext2_ei2di __P((struct ext2_inode *ei, struct dinode *di));
92void ext2_di2ei __P((struct dinode *di, struct ext2_inode *ei));
93void mark_buffer_dirty __P((struct buf *bh));

--- 12 unchanged lines hidden ---