Home
last modified time | relevance | path

Searched refs:lr_lop (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_recovery.c2435 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()
H A Dnfs4_vnops.c737 lost_rqstp->lr_lop = NULL; in nfs4open_save_lost_rqst()
2417 lost_rqstp->lr_lop = NULL; in nfs4close_save_lost_rqst()
13114 ASSERT(resend_rqstp->lr_lop != NULL); in nfs4frlock_setup_resend_lock_args()
13115 *lopp = resend_rqstp->lr_lop; in nfs4frlock_setup_resend_lock_args()
13116 lock_owner_hold(resend_rqstp->lr_lop); in nfs4frlock_setup_resend_lock_args()
13117 error = nfs4_start_lock_seqid_sync(resend_rqstp->lr_lop, mi); in nfs4frlock_setup_resend_lock_args()
13155 nfs4_lock_owner_t *lop = resend_rqstp->lr_lop; in nfs4frlock_setup_resend_lock_args()
13555 lost_rqstp->lr_lop = lop; in nfs4frlock_save_lost_rqst()
H A Dnfs4_callback.c1400 lost_rqstp->lr_lop = NULL; in nfs4delegreturn_save_lost_rqst()
H A Dnfs4_client_state.c1781 lost_rqstp->lr_lop = NULL; in nfs4open_dg_save_lost_rqst()
/illumos-gate/usr/src/uts/common/nfs/
H A Dnfs4_clnt.h688 struct nfs4_lock_owner *lr_lop; member