Searched defs:nfsclient (Results 1 – 1 of 1) sorted by relevance
94 struct nfsclient { struct96 struct nfsstatehead *lc_stateid; /* Stateid hash */97 struct nfsstatehead lc_open; /* Open owner list */98 struct nfsstatehead lc_deleg; /* Delegations */99 struct nfsstatehead lc_olddeleg; /* and old delegations */100 struct nfssessionhead lc_session; /* List of NFSv4.1 sessions */101 uint64_t lc_prevsess; /* CreateSession cache */102 time_t lc_expiry; /* Expiry time (sec) */103 time_t lc_delegtime; /* Old deleg expiry (sec) */104 nfsquad_t lc_clientid; /* 64 bit clientid */[all …]