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

/macosx-10.5.8/xnu-1228.15.4/bsd/dev/vn/
H A Dshadow.c327 boolean_t map_it, band_number_t * mapped_band)
332 *mapped_band = BAND_ZERO;
336 *mapped_band = map->bands[band];
337 if (*mapped_band == BAND_ZERO) {
344 *mapped_band = map->bands[band] = map->next_band++;
371 band_number_t mapped_band; local
375 is_mapped = shadow_map_mapped_band(map, band, is_write, &mapped_band);
396 if ((mapped_band + 1) != next_mapped_band) {
401 mapped_band = next_mapped_band;
470 band_number_t mapped_band; local
326 shadow_map_mapped_band(shadow_map_t * map, band_number_t band, boolean_t map_it, band_number_t * mapped_band) argument
508 band_number_t mapped_band; local
[all...]

Completed in 23 milliseconds