Home
last modified time | relevance | path

Searched refs:lr_ctype (Results 1 – 3 of 3) sorted by relevance

/titanic_50/usr/src/uts/common/fs/nfs/
H A Dnfs4_recovery.c2857 ASSERT(lrp->lr_ctype == NFS4_LCK_CTYPE_REINSTATE || in resend_lock()
2858 lrp->lr_ctype == NFS4_LCK_CTYPE_RESEND); in resend_lock()
2860 nfs4frlock(lrp->lr_ctype, vp, F_SETLK, lrp->lr_flk, lrp->lr_cr, ep, in resend_lock()
2870 lrp->lr_ctype == NFS4_LCK_CTYPE_RESEND) in resend_lock()
2956 if (lrp->lr_ctype == NFS4_LCK_CTYPE_REINSTATE) in resend_lock()
2990 if (lrp->lr_ctype != NFS4_LCK_CTYPE_REINSTATE) in flush_reinstate()
3027 destp->lr_ctype = lost_rqstp->lr_ctype; in nfs4_save_lost_rqst()
H A Dnfs4_vnops.c13320 (resend_rqstp->lr_ctype == NFS4_LCK_CTYPE_RECLAIM); in nfs4frlock_setup_resend_lock_args()
13328 switch (resend_rqstp->lr_ctype) { in nfs4frlock_setup_resend_lock_args()
13358 switch (resend_rqstp->lr_ctype) { in nfs4frlock_setup_resend_lock_args()
13740 lost_rqstp->lr_ctype = NFS4_LCK_CTYPE_RESEND; in nfs4frlock_save_lost_rqst()
13744 lost_rqstp->lr_ctype = ctype; in nfs4frlock_save_lost_rqst()
14154 resend_rqstp->lr_ctype != NFS4_LCK_CTYPE_REINSTATE) { in nfs4frlock_update_state()
/titanic_50/usr/src/uts/common/nfs/
H A Dnfs4_clnt.h718 #define lr_ctype nfs4_lr_u.lru_lockargs.lru_ctype macro