Home
last modified time | relevance | path

Searched refs:lr_flk (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_recovery.c2439 if (lrp->lr_flk != NULL) { in nfs4_free_lost_rqst()
2440 kmem_free(lrp->lr_flk, sizeof (flock64_t)); in nfs4_free_lost_rqst()
2441 lrp->lr_flk = NULL; in nfs4_free_lost_rqst()
2861 lrp->lr_flk, FREAD|FWRITE, 0, lrp->lr_cr, ep, lrp, NULL); in resend_lock()
2947 nfs4_send_siglost(lrp->lr_flk->l_pid, VTOMI4(vp), vp, FALSE, in resend_lock()
2977 pid = lrp->lr_flk->l_pid; in flush_reinstate()
2993 ASSERT(lrp->lr_flk->l_pid == pid); in flush_reinstate()
3092 if (lost_rqstp->lr_flk == NULL) in nfs4_save_lost_rqst()
3093 destp->lr_flk = NULL; in nfs4_save_lost_rqst()
3095 destp->lr_flk = kmem_alloc(sizeof (flock64_t), KM_SLEEP); in nfs4_save_lost_rqst()
[all …]
H A Dnfs4_vnops.c739 lost_rqstp->lr_flk = NULL; in nfs4open_save_lost_rqst()
2419 lost_rqstp->lr_flk = NULL; in nfs4close_save_lost_rqst()
13132 lock_args->offset = resend_rqstp->lr_flk->l_start; in nfs4frlock_setup_resend_lock_args()
13133 lock_args->length = resend_rqstp->lr_flk->l_len; in nfs4frlock_setup_resend_lock_args()
13164 locku_args->offset = resend_rqstp->lr_flk->l_start; in nfs4frlock_setup_resend_lock_args()
13165 locku_args->length = resend_rqstp->lr_flk->l_len; in nfs4frlock_setup_resend_lock_args()
13569 lost_rqstp->lr_flk = flk; in nfs4frlock_save_lost_rqst()
H A Dnfs4_callback.c1402 lost_rqstp->lr_flk = NULL; in nfs4delegreturn_save_lost_rqst()
H A Dnfs4_client_state.c1783 lost_rqstp->lr_flk = NULL; in nfs4open_dg_save_lost_rqst()
H A Dnfs4_client.c2794 if (!SAFE_LOCK(*lrp->lr_flk)) { in nfs4_map_lost_lock_conflict()
/illumos-gate/usr/src/uts/common/nfs/
H A Dnfs4_clnt.h690 flock64_t *lr_flk; member