Lines Matching defs:nfsclient
39 * List heads for nfsclient, nfsstate and nfslockfile.
43 LIST_HEAD(nfsclienthashhead, nfsclient);
83 struct nfsclient {
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 *);