| Main index | Section 9 | 日本語 | Options |
#include <sys/param.h>
#include <sys/mount.h>
The arguments it expects are:
| mp | |
| The mount point to be checked. | |
| nam | |
| An mbuf containing the network address of the client. | |
| exflagsp | |
| Return parameter for the export flags for this client. | |
| credanonp | |
| Return parameter for the anonymous credentials for this client. | |
| numsecflavors | |
| Return value for the number of security flavors for this client. | |
| secflavors | |
| Must be an array of size MAXSECFLAVORS, in which the security flavors for this client are returned. | |
The VFS_CHECKEXP() macro should be called on a file system's mount structure to determine if it is exported to a client whose address is contained in nam.
It is called in the NFS server once a vnode for a file handle has been acquired, in order to determine what access the client is allowed on the file system the vnode resides in. For NFSv4, it is also called whenever the lookup operation crosses a server file system mount point, to update the access information.
The operation is file system specific, but is normally handled by the default ``vfs_stdcheckexp''.
| VFS_CHECKEXP (9) | June 17, 2020 |
| Main index | Section 9 | 日本語 | Options |
Please direct any comments about this manual page service to Ben Bullock. Privacy policy.
| “ | A child of 5 could understand this! Fetch me a child of 5. | ” |