summaryrefslogtreecommitdiffstats
path: root/share/man/man9/VFS_FHTOVP.9
diff options
context:
space:
mode:
authorkeramida <keramida@FreeBSD.org>2005-01-07 11:45:59 +0000
committerkeramida <keramida@FreeBSD.org>2005-01-07 11:45:59 +0000
commit80e53c87a6f979e9a905a86dd77e7d8cfa29df84 (patch)
treeef3b091906bf20d077ca17959c9a1aadb4ed17dd /share/man/man9/VFS_FHTOVP.9
parentf1fcad746fed9b38cb0fa47fb53f6ed5e100f853 (diff)
downloadFreeBSD-src-80e53c87a6f979e9a905a86dd77e7d8cfa29df84.zip
FreeBSD-src-80e53c87a6f979e9a905a86dd77e7d8cfa29df84.tar.gz
The .Fn macro
Diffstat (limited to 'share/man/man9/VFS_FHTOVP.9')
-rw-r--r--share/man/man9/VFS_FHTOVP.912
1 files changed, 8 insertions, 4 deletions
diff --git a/share/man/man9/VFS_FHTOVP.9 b/share/man/man9/VFS_FHTOVP.9
index b455295..e17133e 100644
--- a/share/man/man9/VFS_FHTOVP.9
+++ b/share/man/man9/VFS_FHTOVP.9
@@ -28,7 +28,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd July 24, 1996
+.Dd January 7, 2005
.Os
.Dt VFS_FHTOVP 9
.Sh NAME
@@ -41,9 +41,11 @@
.Ft int
.Fn VFS_FHTOVP "struct mount *mp" "struct fid *fhp" "struct vnode **vpp"
.Sh DESCRIPTION
-This is used by the NFS server to turn an NFS filehandle into a vnode.
+The
+.Fn VFS_FHTOVP
+macro is used by the NFS server to turn an NFS filehandle into a vnode.
.Pp
-Its arguments are:
+The arguments it expects are:
.Bl -tag -width vpp
.It Fa mp
The file system.
@@ -63,7 +65,9 @@ For instance, UFS
file system stores the inode number and inode generation counter in its
filehandle.
.Pp
-A call to this function should generally be preceded by a call to
+A call to
+.Fn VFS_FHTOVP
+should generally be preceded by a call to
.Xr VFS_CHECKEXP 9
to check if the file is accessible to the client.
.Sh RETURN VALUES
OpenPOWER on IntegriCloud