Home
last modified time | relevance | path

Searched refs:start_block (Results 1 – 1 of 1) sorted by relevance

/xnu-8020.140.41/bsd/dev/vn/
H A Dshadow.c360 shadow_map_contiguous(shadow_map_t * map, off_t start_block, in shadow_map_contiguous() argument
363 band_number_t band = shadow_map_block_to_band(map, start_block); in shadow_map_contiguous()
364 off_t end_block = start_block + num_blocks; in shadow_map_contiguous()
378 return start_block; in shadow_map_contiguous()
380 for (p = my_trunc(start_block + map->blocks_per_band, in shadow_map_contiguous()