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

/xnu-2422.115.4/bsd/hfs/
H A Dhfs_hotfiles.c98 int activefiles; /* active number of hot files */ member in struct:hotfile_data
332 printf("hfs: curentries: %d\n", hotdata->activefiles);
365 size += sizeof(hotfileinfo_t) * (hotdata->activefiles - 1);
835 if ((hotdata->activefiles < hfsmp->hfc_maxfiles) ||
2062 hotdata->activefiles++;
2100 hotdata->activefiles++;
2200 hotdata->activefiles--;

Completed in 19 milliseconds