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 |