Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_recovery.c1443 list_t local_lost_state; in nfs4_recov_thread() local
1458 list_create(&local_lost_state, in nfs4_recov_thread()
1461 list_move_tail(&local_lost_state, &mi->mi_lost_state); in nfs4_recov_thread()
1469 while ((lrp = list_head(&local_lost_state)) != NULL) { in nfs4_recov_thread()
1470 list_remove(&local_lost_state, lrp); in nfs4_recov_thread()
1473 list_destroy(&local_lost_state); in nfs4_recov_thread()