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