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

/darwin-on-arm/xnu/bsd/dev/vn/
H A Dshadow.c39 * 2) a band map to map a "band" within the original file to a corresponding
40 * "band" in the shadow file. Each band has the same size.
42 * The band map is used to ensure that blocks that are contiguous in the
81 /* a band size of 128K can represent a file up to 8GB */
93 band_number_t * bands; /* band map array */
96 uint32_t next_band; /* next free band */
97 uint32_t zeroth_band; /* special-case 0th band */
321 * Return the mapped band fo
326 shadow_map_mapped_band(shadow_map_t * map, band_number_t band, boolean_t map_it, band_number_t * mapped_band) argument
368 band_number_t band = shadow_map_block_to_band(map, start_block); local
[all...]

Completed in 73 milliseconds