udp_cache
(xid % (SPARSENESS*((struct udp_cache *) \
struct udp_cache *uc;
uc = ALLOC(struct udp_cache, 1);
FREE(uc, struct udp_cache, 1);
FREE((char *)uc, struct udp_cache, 1);
struct udp_cache *uc = (struct udp_cache *) su->su_cache;
register struct udp_cache *uc = (struct udp_cache *) su->su_cache;
part->udp_cache[index] = bno;
*blkno = part->udp_cache[part->udp_cache_count];
start = part->udp_cache[0];
daddr_t udp_cache[CLSTR_SIZE];
ud_part::udp_cache))