Home
last modified time | relevance | path

Searched defs:nfsclient (Results 1 – 1 of 1) sorted by relevance

/freebsd-11-stable/sys/fs/nfs/
HDnfsrvstate.h81 struct nfsclient { struct
83 struct nfsstatehead *lc_stateid; /* Stateid hash */
84 struct nfsstatehead lc_open; /* Open owner list */
85 struct nfsstatehead lc_deleg; /* Delegations */
86 struct nfsstatehead lc_olddeleg; /* and old delegations */
87 struct nfssessionhead lc_session; /* List of NFSv4.1 sessions */
88 time_t lc_expiry; /* Expiry time (sec) */
89 time_t lc_delegtime; /* Old deleg expiry (sec) */
90 nfsquad_t lc_clientid; /* 64 bit clientid */
91 nfsquad_t lc_confirm; /* 64 bit confirm value */
[all …]