Name
nfsservctl — syscall interface to kernel nfs
daemon
| |
Synopsis
#include <linux/nfsd/syscall.h>
long
nfsservctl( |
int cmd, |
| |
struct nfsctl_arg *argp, |
| |
union nfsctl_res *resp); |
RETURN VALUE
On success, zero is returned. On error, −1 is
returned, and errno is set
appropriately.
CONFORMING TO
This call is Linux-specific.
COLOPHON
This page is part of release 3.33 of the Linux man-pages project. A
description of the project, and information about reporting
bugs, can be found at http://man7.org/linux/man-pages/.
|
This text is in the public domain.
FIXME The description of nfsservctl() on this page
is woefully thin.
|