Searched refs:lr_lop (Results 1 – 5 of 5) sorted by relevance
2435 if (lrp->lr_lop != NULL) { in nfs4_free_lost_rqst()2436 lock_owner_rele(lrp->lr_lop); in nfs4_free_lost_rqst()2437 lrp->lr_lop = NULL; in nfs4_free_lost_rqst()3025 ASSERT(lost_rqstp->lr_lop); in nfs4_save_lost_rqst()3086 destp->lr_lop = lost_rqstp->lr_lop; in nfs4_save_lost_rqst()3087 if (destp->lr_lop) in nfs4_save_lost_rqst()3088 lock_owner_hold(destp->lr_lop); in nfs4_save_lost_rqst()
740 lost_rqstp->lr_lop = NULL; in nfs4open_save_lost_rqst()2420 lost_rqstp->lr_lop = NULL; in nfs4close_save_lost_rqst()13287 ASSERT(resend_rqstp->lr_lop != NULL); in nfs4frlock_setup_resend_lock_args()13288 *lopp = resend_rqstp->lr_lop; in nfs4frlock_setup_resend_lock_args()13289 lock_owner_hold(resend_rqstp->lr_lop); in nfs4frlock_setup_resend_lock_args()13290 error = nfs4_start_lock_seqid_sync(resend_rqstp->lr_lop, mi); in nfs4frlock_setup_resend_lock_args()13328 nfs4_lock_owner_t *lop = resend_rqstp->lr_lop; in nfs4frlock_setup_resend_lock_args()13720 lost_rqstp->lr_lop = lop; in nfs4frlock_save_lost_rqst()
1396 lost_rqstp->lr_lop = NULL; in nfs4delegreturn_save_lost_rqst()
1781 lost_rqstp->lr_lop = NULL; in nfs4open_dg_save_lost_rqst()
688 struct nfs4_lock_owner *lr_lop; member