Lines Matching defs:nfsd_dumpclients
229 struct nfsd_dumpclients { struct
230 u_int32_t ndcl_flags; /* LCL_xxx flags */
231 u_int32_t ndcl_nopenowners; /* Number of openowners */
232 u_int32_t ndcl_nopens; /* and opens */
233 u_int32_t ndcl_nlockowners; /* and of lockowners */
234 u_int32_t ndcl_nlocks; /* and of locks */
235 u_int32_t ndcl_ndelegs; /* and of delegations */
236 u_int32_t ndcl_nolddelegs; /* and old delegations */
237 sa_family_t ndcl_addrfam; /* Callback address */
238 union {
241 } ndcl_cbaddr;
242 struct nfsd_clid ndcl_clid; /* and client id */