summaryrefslogtreecommitdiffstats
path: root/sys/fs/msdosfs/msdosfsmount.h
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2005-03-14 12:24:35 +0000
committerphk <phk@FreeBSD.org>2005-03-14 12:24:35 +0000
commit5c46906245a2a84289caf32ca07bd30a5d1a7ac8 (patch)
treeb917557e9284fe6f88df0f0d64a71bffc9267d45 /sys/fs/msdosfs/msdosfsmount.h
parentb7f51066378b4d1ff7fb0111a94a645d535a2cfc (diff)
downloadFreeBSD-src-5c46906245a2a84289caf32ca07bd30a5d1a7ac8.zip
FreeBSD-src-5c46906245a2a84289caf32ca07bd30a5d1a7ac8.tar.gz
Use vfs_hash instead of home-rolling.
Diffstat (limited to 'sys/fs/msdosfs/msdosfsmount.h')
-rw-r--r--sys/fs/msdosfs/msdosfsmount.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/sys/fs/msdosfs/msdosfsmount.h b/sys/fs/msdosfs/msdosfsmount.h
index 070ca86..fd34739 100644
--- a/sys/fs/msdosfs/msdosfsmount.h
+++ b/sys/fs/msdosfs/msdosfsmount.h
@@ -217,10 +217,6 @@ struct msdosfs_fileno {
#define fsi_size(pmp) \
(1024 << ((pmp)->pm_BlkPerSec >> 2))
-int msdosfs_init(struct vfsconf *vfsp);
-int msdosfs_uninit(struct vfsconf *vfsp);
-int msdosfs_mountroot(void);
-
void msdosfs_fileno_init(struct mount *);
void msdosfs_fileno_free(struct mount *);
uint32_t msdosfs_fileno_map(struct mount *, uint64_t);
OpenPOWER on IntegriCloud