Home
last modified time | relevance | path

Searched refs:mi_lost_state (Results 1 – 4 of 4) sorted by relevance

/titanic_50/usr/src/uts/common/fs/nfs/
H A Dnfs4_recovery.c297 list_insert_head(&mi->mi_lost_state, lrp); in nfs4_enqueue_lost_rqst()
299 list_insert_tail(&mi->mi_lost_state, lrp); in nfs4_enqueue_lost_rqst()
1421 if (list_head(&mi->mi_lost_state) == NULL) { in nfs4_recov_thread()
1461 list_move_tail(&local_lost_state, &mi->mi_lost_state); in nfs4_recov_thread()
2468 while ((lrp = list_head(&mi->mi_lost_state)) != NULL) { in nfs4_remove_lost_rqsts()
2469 list_remove(&mi->mi_lost_state, lrp); in nfs4_remove_lost_rqsts()
2656 lrp = list_head(&mi->mi_lost_state); in nfs4_resend_lost_rqsts()
2699 list_remove(&mi->mi_lost_state, lrp); in nfs4_resend_lost_rqsts()
2701 lrp = list_head(&mi->mi_lost_state); in nfs4_resend_lost_rqsts()
2985 for (lrp = list_next(&mi->mi_lost_state, lrp); lrp != NULL; in flush_reinstate()
[all …]
H A Dnfs4_client.c2786 for (lrp = list_head(&mi->mi_lost_state); lrp != NULL; in nfs4_map_lost_lock_conflict()
2787 lrp = list_next(&mi->mi_lost_state, lrp)) { in nfs4_map_lost_lock_conflict()
3136 list_destroy(&mi->mi_lost_state); in nfs_free_mi4()
H A Dnfs4_vfsops.c2417 list_create(&mi->mi_lost_state, sizeof (nfs4_lost_rqst_t), in nfs4rootvp()
/titanic_50/usr/src/uts/common/nfs/
H A Dnfs4_clnt.h1031 list_t mi_lost_state; /* resend list */ member