Searched defs:nfsd4_lockt (Results 1 – 2 of 2) sorted by relevance
192 struct nfsd4_lockt { struct193 u32 lt_type;194 clientid_t lt_clientid;195 struct xdr_netobj lt_owner;196 u64 lt_offset;197 u64 lt_length;198 struct nfsd4_lock_denied lt_denied;
7559 nfsd4_lockt(struct svc_rqst *rqstp, struct nfsd4_compound_state *cstate, in nfsd4_lockt() function