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

  /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...]
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...]
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...]

Completed in 36 milliseconds