diff options
Diffstat (limited to 'sys/gnu/ext2fs/ext2_extern.h')
| -rw-r--r-- | sys/gnu/ext2fs/ext2_extern.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/sys/gnu/ext2fs/ext2_extern.h b/sys/gnu/ext2fs/ext2_extern.h index 367b63375965..24c8f4572948 100644 --- a/sys/gnu/ext2fs/ext2_extern.h +++ b/sys/gnu/ext2fs/ext2_extern.h @@ -59,13 +59,6 @@ void ext2_dirbad(struct inode *ip, doff_t offset, char *how); void ext2_ei2i(struct ext2_inode *, struct inode *); int ext2_getlbns(struct vnode *, int32_t, struct indir *, int *); void ext2_i2ei(struct inode *, struct ext2_inode *); -int ext2_ihashget(struct cdev *, ino_t, int, struct vnode **); -void ext2_ihashinit(void); -void ext2_ihashins(struct inode *); -struct vnode * - ext2_ihashlookup(struct cdev *, ino_t); -void ext2_ihashrem(struct inode *); -void ext2_ihashuninit(void); void ext2_itimes(struct vnode *vp); int ext2_reallocblks(struct vop_reallocblks_args *); int ext2_reclaim(struct vop_reclaim_args *); |
