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

/darwin-on-arm/xnu/bsd/dev/vn/
H A Dshadow.c93 band_number_t * bands; /* band map array */ member in struct:shadow_map
94 uint32_t file_size_blocks; /* size of file in bands */
95 uint32_t shadow_size_bands; /* size of shadow in bands */
336 *mapped_band = map->bands[band];
344 *mapped_band = map->bands[band] = map->next_band++;
362 * If called with is_write = TRUE, this function will map bands as it goes.
473 mapped_band = map->bands[shadow_map_block_to_band(map, block_offset)];
519 mapped_band = map->bands[shadow_map_block_to_band(map, block_offset)];
570 band_number_t * bands = NULL; local
595 bands
[all...]

Completed in 70 milliseconds