Searched defs:nfsd4_lockt (Results 1 – 2 of 2) sorted by relevance
314 struct nfsd4_lockt { struct315 u32 lt_type;316 clientid_t lt_clientid;317 struct xdr_netobj lt_owner;318 u64 lt_offset;319 u64 lt_length;320 struct nfsd4_lock_denied lt_denied;
9293 nfsd4_lockt(struct svc_rqst *rqstp, struct nfsd4_compound_state *cstate, in nfsd4_lockt() function