Home
last modified time | relevance | path

Searched refs:svc_client (Results 1 – 12 of 12) sorted by relevance

/linux-2.4.37.9/include/linux/nfsd/
Dexport.h51 struct svc_client { struct
52 struct svc_client * cl_next; argument
69 struct svc_client * ex_client; argument
96 struct svc_client * exp_getclient(struct sockaddr_in *sin);
97 void exp_putclient(struct svc_client *clp);
98 struct svc_export * exp_get(struct svc_client *clp, kdev_t dev, ino_t ino);
99 struct svc_export * exp_get_fsid(struct svc_client *clp, int fsid);
100 int exp_rootfh(struct svc_client *, kdev_t, ino_t,
Dnfsd.h136 void nfsd_lockd_unexport(struct svc_client *);
/linux-2.4.37.9/fs/nfsd/
Dexport.c33 typedef struct svc_client svc_client; typedef
36 static svc_export * exp_parent(svc_client *clp, kdev_t dev,
38 static svc_export * exp_child(svc_client *clp, kdev_t dev,
40 static void exp_unexport_all(svc_client *clp);
42 static svc_client * exp_getclientbyname(char *name);
43 static void exp_freeclient(svc_client *clp);
44 static void exp_unhashclient(svc_client *clp);
59 struct svc_client * h_client;
62 static svc_client * clients;
73 exp_get(svc_client *clp, kdev_t dev, ino_t ino) in exp_get()
[all …]
Dnfsctl.c113 struct svc_client *clp; in nfsctl_getfs()
134 struct svc_client *clp; in nfsctl_getfd()
167 struct svc_client *clp; in nfsctl_getfh()
Dlockd.c77 nfsd_lockd_unexport(struct svc_client *clnt) in nfsd_lockd_unexport()
/linux-2.4.37.9/include/linux/lockd/
Dbind.h16 struct svc_client; /* opaque type */
24 struct svc_client * (*exp_getclient)(struct sockaddr_in *);
37 extern void nlmsvc_invalidate_client(struct svc_client *clnt);
Dlockd.h42 struct svc_client * h_exportent; /* NFS client */
146 struct nlm_host * nlm_lookup_host(struct svc_client *,
/linux-2.4.37.9/fs/lockd/
Dhost.c62 nlm_match_host(struct nlm_host *host, struct svc_client *clnt, in nlm_match_host()
74 nlm_lookup_host(struct svc_client *clnt, struct sockaddr_in *sin, in nlm_lookup_host()
Dsvcsubs.c300 nlmsvc_invalidate_client(struct svc_client *clnt) in nlmsvc_invalidate_client()
Dsvc4proc.c450 struct svc_client *clnt; in nlm4svc_proc_sm_notify()
Dsvcproc.c478 struct svc_client *clnt; in nlmsvc_proc_sm_notify()
/linux-2.4.37.9/include/linux/sunrpc/
Dsvc.h125 struct svc_client * rq_client; /* RPC peer info */