Searched refs:lr_dvp (Results 1 – 5 of 5) sorted by relevance
/titanic_41/usr/src/uts/common/fs/nfs/ |
H A D | nfs4_recovery.c | 304 lrp->lr_dvp, 0, NULL, 0, TAG_NONE, TAG_NONE, 0, 0); in nfs4_enqueue_lost_rqst() 2447 if (lrp->lr_dvp != NULL) { in nfs4_free_lost_rqst() 2448 VN_RELE(lrp->lr_dvp); in nfs4_free_lost_rqst() 2449 lrp->lr_dvp = NULL; in nfs4_free_lost_rqst() 2692 mi, lrp->lr_dvp, lrp->lr_vp, NULL, NULL, in nfs4_resend_lost_rqsts() 2767 lrp->lr_op, lrp->lr_vp, lrp->lr_dvp, NFS4_OK, NULL, 0, in resend_one_op() 3065 lost_rqstp->lr_op, lost_rqstp->lr_vp, lost_rqstp->lr_dvp, in nfs4_save_lost_rqst() 3077 destp->lr_dvp = lost_rqstp->lr_dvp; in nfs4_save_lost_rqst() 3078 if (destp->lr_dvp) in nfs4_save_lost_rqst() 3079 VN_HOLD(destp->lr_dvp); in nfs4_save_lost_rqst()
|
H A D | nfs4_client_state.c | 1778 lost_rqstp->lr_dvp = NULL; in nfs4open_dg_save_lost_rqst() 2046 dvp = resend_rqstp->lr_dvp; in nfs4_resend_open_otw()
|
H A D | nfs4_callback.c | 1393 lost_rqstp->lr_dvp = NULL; in nfs4delegreturn_save_lost_rqst()
|
H A D | nfs4_vnops.c | 737 lost_rqstp->lr_dvp = dvp; in nfs4open_save_lost_rqst() 2397 lost_rqstp->lr_dvp = NULL; in nfs4close_save_lost_rqst() 13700 lost_rqstp->lr_dvp = NULL; in nfs4frlock_save_lost_rqst()
|
/titanic_41/usr/src/uts/common/nfs/ |
H A D | nfs4_clnt.h | 685 vnode_t *lr_dvp; member
|