Lines Matching defs:nfsclient
94 struct nfsclient { struct
96 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 */
105 nfsquad_t lc_confirm; /* 64 bit confirm value */
106 nfsopbit_t lc_mustops; /* Must ops SP4_MACH_CRED */
107 nfsopbit_t lc_allowops; /* Allowed ops SP4_MACH_CRED */
108 u_int32_t lc_program; /* RPC Program # */
109 u_int32_t lc_callback; /* Callback id */
110 u_int32_t lc_stateindex; /* Current state index# */
111 u_int32_t lc_statemaxindex; /* Max state index# */
112 u_int32_t lc_cbref; /* Cnt of callbacks */
113 uid_t lc_uid; /* User credential */
114 gid_t lc_gid;
115 u_int16_t lc_idlen; /* Client ID and len */
116 u_int16_t lc_namelen; /* plus GSS principal and len */
117 u_char *lc_name;
118 struct nfssockreq lc_req; /* Callback info */
119 u_int32_t lc_flags; /* LCL_ flag bits */
120 u_char lc_verf[NFSX_VERF]; /* client verifier */
121 u_char lc_id[1]; /* Malloc'd correct size */