Searched refs:mi_recovthread (Results 1 – 6 of 6) sorted by relevance
954 if (seqid_sync_faults && curthread != mi->mi_recovthread && in nfs4_start_open_seqid_sync()961 curthread != mi->mi_recovthread) in nfs4_start_open_seqid_sync()982 curthread != mi->mi_recovthread) in nfs4_start_open_seqid_sync()1239 if (seqid_sync_faults && curthread != mi->mi_recovthread && in nfs4_start_lock_seqid_sync()1246 curthread != mi->mi_recovthread) in nfs4_start_lock_seqid_sync()1270 curthread != mi->mi_recovthread) in nfs4_start_lock_seqid_sync()
1026 is_recov = (curthread == mi->mi_recovthread); in nfs_clget4()1277 is_recov = (curthread == mi->mi_recovthread); in nfs4_rfscall()2068 (curthread == mi->mi_recovthread)); in nfs4_make_dotdot()
1222 mi->mi_recovthread = curthread; in nfs4_recov_thread()1542 mi->mi_recovthread = NULL; in recov_done()
460 recov = (VTOMI4(vp)->mi_recovthread == curthread); in nfs4_attr_cache()3062 ASSERT(mi->mi_recovthread == NULL); in nfs_free_mi4()
3211 recov = (mi->mi_recovthread == curthread); in nfs4write()
962 kthread_t *mi_recovthread; /* active recov thread or NULL */ member