Home
last modified time | relevance | path

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

/freebsd/sys/fs/nfs/
H A Dnfs.h275 struct nfsd_dumpclients { struct
276 u_int32_t ndcl_flags; /* LCL_xxx flags */
277 u_int32_t ndcl_nopenowners; /* Number of openowners */
278 u_int32_t ndcl_nopens; /* and opens */
279 u_int32_t ndcl_nlockowners; /* and of lockowners */
280 u_int32_t ndcl_nlocks; /* and of locks */
281 u_int32_t ndcl_ndelegs; /* and of delegations */
282 u_int32_t ndcl_nolddelegs; /* and old delegations */
283 sa_family_t ndcl_addrfam; /* Callback address */
284 union {
[all …]