mount              62 include/sys/mount.h struct mount {
mount              73 include/sys/mount.h typedef struct mount *mount_t;
mount              65 include/sys/vnode.h 	struct mount	*v_mount;	/* mounted vfs pointer */
mount             169 include/sys/vnode.h vnode_t	 vn_lookup(struct mount *, char *);
mount             174 include/sys/vnode.h vnode_t	 vget(struct mount *, char *);
mount             180 include/sys/vnode.h void	 vflush(struct mount *);
mount             123 usr/server/fs/vfs/vfs_mount.c 		mp = list_entry(n, struct mount, m_link);
mount             133 usr/server/fs/vfs/vfs_mount.c 	if (!(mp = malloc(sizeof(struct mount)))) {
mount             225 usr/server/fs/vfs/vfs_mount.c 		mp = list_entry(n, struct mount, m_link);
mount             271 usr/server/fs/vfs/vfs_mount.c 		mp = list_entry(n, struct mount, m_link);
mount             326 usr/server/fs/vfs/vfs_mount.c 		tmp = list_entry(n, struct mount, m_link);
mount             394 usr/server/fs/vfs/vfs_mount.c 		mp = list_entry(n, struct mount, m_link);