Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/fs/nfs/
H A Dnfs4_client_state.c954 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()
H A Dnfs4_subr.c1026 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()
H A Dnfs4_recovery.c1222 mi->mi_recovthread = curthread; in nfs4_recov_thread()
1542 mi->mi_recovthread = NULL; in recov_done()
H A Dnfs4_client.c460 recov = (VTOMI4(vp)->mi_recovthread == curthread); in nfs4_attr_cache()
3062 ASSERT(mi->mi_recovthread == NULL); in nfs_free_mi4()
H A Dnfs4_vnops.c3211 recov = (mi->mi_recovthread == curthread); in nfs4write()
/titanic_44/usr/src/uts/common/nfs/
H A Dnfs4_clnt.h962 kthread_t *mi_recovthread; /* active recov thread or NULL */ member