Searched defs:nfsd_dumplocks (Results 1 – 1 of 1) sorted by relevance
251 struct nfsd_dumplocks { struct252 u_int32_t ndlck_flags; /* state flags NFSLCK_xxx */253 nfsv4stateid_t ndlck_stateid; /* stateid */254 u_int64_t ndlck_first; /* lock byte range */255 u_int64_t ndlck_end;256 struct nfsd_clid ndlck_owner; /* Owner of open/lock */257 sa_family_t ndlck_addrfam; /* Callback address */258 union {261 } ndlck_cbaddr;262 struct nfsd_clid ndlck_clid; /* and client id */