vfs_default.c (5a5fccc8e792522375133484f4cebc9f7da2c7d3) vfs_default.c (c24fda81c9fd87df7e4fe3a567cc0292078bc7bf)
1/*
2 * Copyright (c) 1989, 1993
3 * The Regents of the University of California. All rights reserved.
4 *
5 * This code is derived from software contributed
6 * to Berkeley by John Heidemann of the UCLA Ficus project.
7 *
8 * Source: * @(#)i405_init.c 2.10 92/04/27 UCLA Ficus project

--- 566 unchanged lines hidden (view full) ---

575 struct mount *mp;
576 ino_t ino;
577 struct vnode **vpp;
578{
579 return (EOPNOTSUPP);
580}
581
582int
1/*
2 * Copyright (c) 1989, 1993
3 * The Regents of the University of California. All rights reserved.
4 *
5 * This code is derived from software contributed
6 * to Berkeley by John Heidemann of the UCLA Ficus project.
7 *
8 * Source: * @(#)i405_init.c 2.10 92/04/27 UCLA Ficus project

--- 566 unchanged lines hidden (view full) ---

575 struct mount *mp;
576 ino_t ino;
577 struct vnode **vpp;
578{
579 return (EOPNOTSUPP);
580}
581
582int
583vfs_stdfhtovp (mp, fhp, nam, vpp, exflagsp, credanonp)
583vfs_stdfhtovp (mp, fhp, vpp)
584 struct mount *mp;
585 struct fid *fhp;
584 struct mount *mp;
585 struct fid *fhp;
586 struct sockaddr *nam;
587 struct vnode **vpp;
586 struct vnode **vpp;
588 int *exflagsp;
587{
588 return (EOPNOTSUPP);
589}
590
591int
592vfs_stdcheckexp (mp, nam, extflagsp, credanonp)
593 struct mount *mp;
594 struct sockaddr *nam;
595 int *extflagsp;
589 struct ucred **credanonp;
590{
591 return (EOPNOTSUPP);
592}
593
594int
595vfs_stdinit (vfsp)
596 struct vfsconf *vfsp;

--- 12 unchanged lines hidden ---
596 struct ucred **credanonp;
597{
598 return (EOPNOTSUPP);
599}
600
601int
602vfs_stdinit (vfsp)
603 struct vfsconf *vfsp;

--- 12 unchanged lines hidden ---