View | Details | Raw Unified | Return to bug 18590
Collapse All | Expand All

(-)VFS_CHECKEXP.9 (-2 / +2 lines)
Lines 29-35 Link Here
29
.Dt VFS_CHECKEXP 9
29
.Dt VFS_CHECKEXP 9
30
.Sh NAME
30
.Sh NAME
31
.Nm VFS_CHECKEXP
31
.Nm VFS_CHECKEXP
32
.Nd check if vnode is exported to a client
32
.Nd check if a filesystem is exported to a client
33
.Sh SYNOPSIS
33
.Sh SYNOPSIS
34
.Fd #include <sys/param.h>
34
.Fd #include <sys/param.h>
35
.Fd #include <sys/mount.h>
35
.Fd #include <sys/mount.h>
Lines 52-58 Link Here
52
.El
52
.El
53
.Pp
53
.Pp
54
This should be called on a file system's mount structure to determine if it 
54
This should be called on a file system's mount structure to determine if it 
55
is exported to a client whos address is contained in 
55
is exported to a client whose address is contained in 
56
.Fa nam .
56
.Fa nam .
57
.Pp
57
.Pp
58
It is generally called before
58
It is generally called before
(-)VFS_FHTOVP.9 (-1 / +1 lines)
Lines 61-67 Link Here
61
filesystem stores the inode number and inode generation counter in its
61
filesystem stores the inode number and inode generation counter in its
62
filehandle.
62
filehandle.
63
.Pp
63
.Pp
64
A call to this function should generally be followed by a call to 
64
A call to this function should generally be preceded by a call to 
65
.Xr VFS_CHECKEXP 9
65
.Xr VFS_CHECKEXP 9
66
to check if the file is accessable to the client
66
to check if the file is accessable to the client
67
.Pp
67
.Pp

Return to bug 18590