LRU_FREE
lru_requeue(vp, &lru_list[LRU_FREE]);
return &lru_list[LRU_FREE];
int ix, lists[] = { LRU_FREE, LRU_HOLD };