Searched defs:nfsd_dumpclients (Results 1 – 1 of 1) sorted by relevance
229 struct nfsd_dumpclients { struct230 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 {[all …]