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

/macosx-10.9.5/BootCache-106/
H A Dkext.c3462 int ncache_mounts = 0, ncache_extents = 0, nnew_mounts = 0; local
3584 /* ncache_mounts is the current number of valid mounts in the mount array */
3585 ncache_mounts = BC_cache->c_nmounts;
3616 if ((error = BC_setup_mount(cache_mounts + ncache_mounts, playlist_mounts + pm_idx)) != 0) {
3620 pmidx_to_cmidx[pm_idx] = ncache_mounts;
3621 ncache_mounts++;
3858 for (cm_idx = 0; cm_idx < ncache_mounts; cm_idx++) {
3954 for (cm_idx = 0; cm_idx < ncache_mounts; cm_idx++) {
4031 BC_cache->c_nmounts = ncache_mounts;
4046 BC_cache->c_stats.ss_total_mounts = ncache_mounts;
[all...]

Completed in 106 milliseconds