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

/macosx-10.5.8/xnu-1228.15.4/bsd/dev/vn/
H A Dshadow.c85 typedef u_short band_number_t; typedef
86 #define BAND_ZERO ((band_number_t)0)
87 #define BAND_MAX ((band_number_t)65535)
93 band_number_t * bands; /* band map array */
312 static __inline__ band_number_t
326 shadow_map_mapped_band(shadow_map_t * map, band_number_t band,
327 boolean_t map_it, band_number_t * mapped_band)
368 band_number_t band = shadow_map_block_to_band(map, start_block);
371 band_number_t mapped_band;
388 band_number_t next_mapped_ban
[all...]

Completed in 23 milliseconds