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; local
1458 list_create(&local_lost_state,
1461 list_move_tail(&local_lost_state, &mi->mi_lost_state);
1469 while ((lrp = list_head(&local_lost_state)) != NULL) {
1470 list_remove(&local_lost_state, lrp);
1473 list_destroy(&local_lost_state);

Completed in 625 milliseconds