mount_t           123 include/sys/mount.h 	int (*vfs_mount)	(mount_t, char *, int, void *);
mount_t           124 include/sys/mount.h 	int (*vfs_unmount)	(mount_t);
mount_t           125 include/sys/mount.h 	int (*vfs_sync)		(mount_t);
mount_t           126 include/sys/mount.h 	int (*vfs_vget)		(mount_t, vnode_t);
mount_t           127 include/sys/mount.h 	int (*vfs_statfs)	(mount_t, struct statfs *);
mount_t            49 usr/server/fs/arfs/arfs_vfsops.c static int arfs_mount	(mount_t mp, char *dev, int flags, void *data);
mount_t            50 usr/server/fs/arfs/arfs_vfsops.c static int arfs_unmount	(mount_t mp);
mount_t            71 usr/server/fs/arfs/arfs_vfsops.c arfs_mount(mount_t mp, char *dev, int flags, void *data)
mount_t           105 usr/server/fs/arfs/arfs_vfsops.c arfs_unmount(mount_t mp)
mount_t           118 usr/server/fs/arfs/arfs_vnops.c arfs_readblk(mount_t mp, int blkno)
mount_t           150 usr/server/fs/arfs/arfs_vnops.c 	mount_t mp;
mount_t           211 usr/server/fs/arfs/arfs_vnops.c 	mount_t mp;
mount_t           290 usr/server/fs/arfs/arfs_vnops.c 	mount_t mp;
mount_t            47 usr/server/fs/fatfs/fatfs_vfsops.c static int fatfs_mount	(mount_t mp, char *dev, int flags, void *data);
mount_t            48 usr/server/fs/fatfs/fatfs_vfsops.c static int fatfs_unmount(mount_t mp);
mount_t            50 usr/server/fs/fatfs/fatfs_vfsops.c static int fatfs_vget	(mount_t mp, vnode_t vp);
mount_t           136 usr/server/fs/fatfs/fatfs_vfsops.c fatfs_mount(mount_t mp, char *dev, int flags, void *data)
mount_t           183 usr/server/fs/fatfs/fatfs_vfsops.c fatfs_unmount(mount_t mp)
mount_t           200 usr/server/fs/fatfs/fatfs_vfsops.c fatfs_vget(mount_t mp, vnode_t vp)
mount_t            39 usr/server/fs/ramfs/ramfs_vfsops.c static int ramfs_mount(mount_t mp, char *dev, int flags, void *data);
mount_t            40 usr/server/fs/ramfs/ramfs_vfsops.c static int ramfs_unmount(mount_t mp);
mount_t            61 usr/server/fs/ramfs/ramfs_vfsops.c ramfs_mount(mount_t mp, char *dev, int flags, void *data)
mount_t            83 usr/server/fs/ramfs/ramfs_vfsops.c ramfs_unmount(mount_t mp)
mount_t           147 usr/server/fs/vfs/vfs.h int	 vfs_findroot(char *path, mount_t *mp, char **root);
mount_t           148 usr/server/fs/vfs/vfs.h void	 vfs_busy(mount_t mp);
mount_t           149 usr/server/fs/vfs/vfs.h void	 vfs_unbusy(mount_t mp);
mount_t            56 usr/server/fs/vfs/vfs_lookup.c 	mount_t mp;
mount_t            92 usr/server/fs/vfs/vfs_mount.c 	mount_t mp;
mount_t           214 usr/server/fs/vfs/vfs_mount.c 	mount_t mp;
mount_t           264 usr/server/fs/vfs/vfs_mount.c 	mount_t mp;
mount_t           312 usr/server/fs/vfs/vfs_mount.c vfs_findroot(char *path, mount_t *mp, char **root)
mount_t           314 usr/server/fs/vfs/vfs_mount.c 	mount_t m, tmp;
mount_t           347 usr/server/fs/vfs/vfs_mount.c vfs_busy(mount_t mp)
mount_t           360 usr/server/fs/vfs/vfs_mount.c vfs_unbusy(mount_t mp)
mount_t           385 usr/server/fs/vfs/vfs_mount.c 	mount_t mp;
mount_t            89 usr/server/fs/vfs/vfs_vnode.c vn_hash(mount_t mp, char *path)
mount_t           105 usr/server/fs/vfs/vfs_vnode.c vn_lookup(mount_t mp, char *path)
mount_t           161 usr/server/fs/vfs/vfs_vnode.c vget(mount_t mp, char *path)
mount_t           323 usr/server/fs/vfs/vfs_vnode.c vflush(mount_t mp)
mount_t           428 usr/server/fs/vfs/vfs_vnode.c 	mount_t mp;