lr_ctype
ASSERT(lrp->lr_ctype == NFS4_LCK_CTYPE_REINSTATE ||
lrp->lr_ctype == NFS4_LCK_CTYPE_RESEND);
nfs4frlock(lrp->lr_ctype, vp, F_SETLK,
lrp->lr_ctype == NFS4_LCK_CTYPE_RESEND)
if (lrp->lr_ctype == NFS4_LCK_CTYPE_REINSTATE)
if (lrp->lr_ctype != NFS4_LCK_CTYPE_REINSTATE)
destp->lr_ctype = lost_rqstp->lr_ctype;
(resend_rqstp->lr_ctype == NFS4_LCK_CTYPE_RECLAIM);
switch (resend_rqstp->lr_ctype) {
switch (resend_rqstp->lr_ctype) {
lost_rqstp->lr_ctype = NFS4_LCK_CTYPE_RESEND;
lost_rqstp->lr_ctype = ctype;
resend_rqstp->lr_ctype != NFS4_LCK_CTYPE_REINSTATE) {