summaryrefslogtreecommitdiffstats
path: root/sys/gnu/fs/ext2fs/ext2_extern.h
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2005-03-14 13:30:06 +0000
committerphk <phk@FreeBSD.org>2005-03-14 13:30:06 +0000
commit6ead7c4f270898b9ea90b3134fcacdbcd2adf669 (patch)
tree660fc5b3afc8d9c187611e4db8814fd90b517adb /sys/gnu/fs/ext2fs/ext2_extern.h
parentd26364a9a9523fcaf47f48750b4c5f6c369cea92 (diff)
downloadFreeBSD-src-6ead7c4f270898b9ea90b3134fcacdbcd2adf669.zip
FreeBSD-src-6ead7c4f270898b9ea90b3134fcacdbcd2adf669.tar.gz
Use vfs_hash() instead of home-rolled
Diffstat (limited to 'sys/gnu/fs/ext2fs/ext2_extern.h')
-rw-r--r--sys/gnu/fs/ext2fs/ext2_extern.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/sys/gnu/fs/ext2fs/ext2_extern.h b/sys/gnu/fs/ext2fs/ext2_extern.h
index 367b633..24c8f45 100644
--- a/sys/gnu/fs/ext2fs/ext2_extern.h
+++ b/sys/gnu/fs/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 *);
OpenPOWER on IntegriCloud