Searched refs:shadow_size_bands (Results 1 - 1 of 1) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/dev/vn/
H A Dshadow.c95 u_long shadow_size_bands; /* size of shadow in bands */ member in struct:shadow_map
527 if (map->next_band > map->shadow_size_bands) {
528 map->shadow_size_bands = map->next_band;
552 return (map->shadow_size_bands * map->blocks_per_band);
613 map->shadow_size_bands = howmany(shadow_size, band_size);

Completed in 23 milliseconds