get_cache
cur_dtype->dtype_cache = get_cache(&cur_dtype->dtype_options);
d->dtype_cache = get_cache(&d->dtype_options);
int get_cache(ulong_t *option);
static void *get_cache(int);
filep->fi_inode = get_cache((int)inode);
icp = get_cache(ic_hash[IC_HASH(dev, inum)], &ic_head);
dcp = (dc_t *)get_cache(dc_hash[DC_HASH(dev, name, x_len)], &dc_head);
bcp = get_cache(bc_hash[BC_HASH(x_dev, x_blkno, x_len)], &bc_head);
goto get_cache;
get_cache: