HomeSort by: relevance | last modified time | path
    Searched refs:nfsclient (Results 1 - 14 of 14) sorted by relevancy

  /src/distrib/syspkg/sets/base/base-nfsclient-bin/
Makefile 3 PKGBASE=base-nfsclient-bin
  /src/distrib/syspkg/sets/base/base-nfsclient-root/
Makefile 3 PKGBASE=base-nfsclient-root
  /src/distrib/syspkg/sets/man/man-nfsclient-catman/
Makefile 3 PKGBASE=man-nfsclient-catman
  /src/distrib/syspkg/sets/man/man-nfsclient-man/
Makefile 3 PKGBASE=man-nfsclient-man
  /src/sys/fs/nfs/common/
nfsrvstate.h 39 * List heads for nfsclient, nfsstate and nfslockfile.
43 LIST_HEAD(nfsclienthashhead, nfsclient);
83 struct nfsclient { struct
84 LIST_ENTRY(nfsclient) lc_hash; /* Clientid hash list */
135 struct nfsclient *sess_clp; /* Associated clientid. */
154 * - open_owner structures chained off of nfsclient
157 * - delegated file structures chained off of nfsclient and nfslockfile
163 * nfsclient for stateid.
190 struct nfsclient *ls_clp; /* Back pointer */
294 void nfsrv_cleanclient(struct nfsclient *, NFSPROC_T *)
    [all...]
nfs_var.h 65 struct nfsclient;
94 int nfsrv_setclient(struct nfsrv_descript *, struct nfsclient **,
96 int nfsrv_getclient(nfsquad_t, int, struct nfsclient **, struct nfsdsession *,
117 void nfsrv_zapclient(struct nfsclient *, NFSPROC_T *);
120 int nfsrv_getclientipaddr(struct nfsrv_descript *, struct nfsclient *);
673 struct nfsclient *, struct nfssockreq *, vnode_t, NFSPROC_T *,
nfsport.h 506 #include <nfsclient/nfsargs.h>
594 struct nfsclient *nst_clp;
nfs_commonkrpc.c 481 struct nfsclient *clp, struct nfssockreq *nrp, vnode_t vp,
  /src/sys/fs/nfs/
nfs2netbsd.sh 153 mv fs/nfsclient fs/nfs/client || exit 1
169 s,^fs/nfsclient/,fs/nfs/client/,
179 transtoken["nfsclient"] = "false";
  /src/sys/fs/nfs/server/
nfs_nfsdstate.c 95 static void nfsrv_dumpaclient(struct nfsclient *clp,
108 static int nfsrv_getstate(struct nfsclient *clp, nfsv4stateid_t *stateidp,
123 static int nfsrv_checkgrace(struct nfsrv_descript *nd, struct nfsclient *clp,
125 static int nfsrv_docallback(struct nfsclient *clp, int procnum,
128 static int nfsrv_cbcallargs(struct nfsrv_descript *nd, struct nfsclient *clp,
131 static u_int32_t nfsrv_nextstateindex(struct nfsclient *clp);
132 static void nfsrv_markstable(struct nfsclient *clp);
133 static int nfsrv_checkstable(struct nfsclient *clp);
134 static int nfsrv_clientconflict(struct nfsclient *clp, int *haslockp, struct
139 struct nfsclient *clp, int *haslockp, NFSPROC_T *p)
    [all...]
nfs_nfsdsocket.c 625 struct nfsclient *clp, *nclp;
nfs_nfsdserv.c 3449 struct nfsclient *clp = NULL;
3473 clp = malloc(sizeof(struct nfsclient) + i, M_NFSDCLIENT, M_WAITOK |
3724 struct nfsclient *clp = NULL;
3746 clp = malloc(sizeof(struct nfsclient) + i, M_NFSDCLIENT, M_WAITOK |
  /src/distrib/syspkg/sets/man/
Makefile 65 SUBDIR+=man-nfsclient-catman
66 SUBDIR+=man-nfsclient-man
  /src/distrib/syspkg/sets/base/
Makefile 97 SUBDIR+=base-nfsclient-bin
98 SUBDIR+=base-nfsclient-root

Completed in 25 milliseconds