NFSSERVCTL

Section: ������ ���α׷��� �޴��� (2)
Updated: 1997�� 7�� 16��
Index
Return to Main Contents
 

�̸�

nfsservctl - Ŀ�� ��Ʈ�� ���� �ý���(nfs)���� syscall interface.  

����

#include <linux/nfsd/syscall.h>

nfsservctl(int cmd, struct nfsctl_arg *argp, union nfsctl_res *resp);  

����

/*
 * These are the commands understood by nfsctl().
 */
#define NFSCTL_SVC              0       /* ���� ���μ����̴�. */
#define NFSCTL_ADDCLIENT        1       /* nfs����� �߰�. */
#define NFSCTL_DELCLIENT        2       /* nfs����� ����. */
#define NFSCTL_EXPORT           3       /* ���Ͻý��� export. */
#define NFSCTL_UNEXPORT         4       /* ���Ͻý��� unexport. */
#define NFSCTL_UGIDUPDATE       5       /* ������� uid/gid �� ������Ʈ. */
#define NFSCTL_GETFH            6       /* get an fh (used by mountd) */

struct nfsctl_arg {
        int                     ca_version;     /* safeguard */
        union {
                struct nfsctl_svc       u_svc;
                struct nfsctl_client    u_client;
                struct nfsctl_export    u_export;
                struct nfsctl_uidmap    u_umap;
                struct nfsctl_fhparm    u_getfh;
                unsigned int            u_debug;
        } u;
}

union nfsctl_res {
        struct knfs_fh          cr_getfh;
        unsigned int            cr_debug;
};
 

��ȯ��

�����ϸ� 0�� ��ȯ�Ѵ�. ���н� -1�� ��ȯ�ϰ�, errno�� ������ ������ �����Ѵ�.  

ȣȯ

�� ȣ���� ������������ �� ���ִ�.  

����

ASPLINUX<man@asp-linux.co.kr>, 2000�� 7�� 29


 

Index

�̸�
����
����
��ȯ��
ȣȯ
����

This document was created by man2html, using the manual pages.
Time: 08:07:01 GMT, March 25, 2004