Deleted Added
full compact
VFS_VGET.9 (84306) VFS_VGET.9 (89124)
1.\" -*- nroff -*-
2.\"
3.\" Copyright (c) 1996 Doug Rabson
4.\"
5.\" All rights reserved.
6.\"
7.\" This program is free software.
8.\"

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

21.\" IN NO EVENT SHALL THE DEVELOPERS BE LIABLE FOR ANY DIRECT, INDIRECT,
22.\" INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
23.\" NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
24.\" DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
25.\" THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
26.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
27.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
28.\"
1.\" -*- nroff -*-
2.\"
3.\" Copyright (c) 1996 Doug Rabson
4.\"
5.\" All rights reserved.
6.\"
7.\" This program is free software.
8.\"

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

21.\" IN NO EVENT SHALL THE DEVELOPERS BE LIABLE FOR ANY DIRECT, INDIRECT,
22.\" INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
23.\" NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
24.\" DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
25.\" THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
26.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
27.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
28.\"
29.\" $FreeBSD: head/share/man/man9/VFS_VGET.9 84306 2001-10-01 16:09:29Z ru $
29.\" $FreeBSD: head/share/man/man9/VFS_VGET.9 89124 2002-01-09 11:43:48Z mpp $
30.\"
31.Dd July 24, 1996
32.Os
33.Dt VFS_VGET 9
34.Sh NAME
35.Nm VFS_VGET
36.Nd convert an inode number to a vnode
37.Sh SYNOPSIS

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

48.It Ar mp
49The filesystem.
50.It Ar ino
51The inode representing the file.
52.It Ar vpp
53Return parameter for the vnode.
54.El
55.Pp
30.\"
31.Dd July 24, 1996
32.Os
33.Dt VFS_VGET 9
34.Sh NAME
35.Nm VFS_VGET
36.Nd convert an inode number to a vnode
37.Sh SYNOPSIS

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

48.It Ar mp
49The filesystem.
50.It Ar ino
51The inode representing the file.
52.It Ar vpp
53Return parameter for the vnode.
54.El
55.Pp
56This is an optional filesystem entrypoint for filesystems which have a
56This is an optional filesystem entry-point for filesystems which have a
57unique id number for every file in the filesystem. It is used
58internally by the UFS filesystem and also by the NFSv3 server to
59implement the
60.Dv READDIRPLUS
61nfs call.
62.Pp
63If the filesystem does not support this call, then it should return
64.Er EOPNOTSUPP .
65.Sh SEE ALSO
66.Xr VFS 9 ,
67.Xr vnode 9
68.Sh AUTHORS
69This man page was written by
70.An Doug Rabson .
57unique id number for every file in the filesystem. It is used
58internally by the UFS filesystem and also by the NFSv3 server to
59implement the
60.Dv READDIRPLUS
61nfs call.
62.Pp
63If the filesystem does not support this call, then it should return
64.Er EOPNOTSUPP .
65.Sh SEE ALSO
66.Xr VFS 9 ,
67.Xr vnode 9
68.Sh AUTHORS
69This man page was written by
70.An Doug Rabson .