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

/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs_hotfiles.c72 int hfl_count; /* count of hot files recorded */ member in struct:hotfilelist
994 for (i = 0; i < listp->hfl_count; ++i) {
1108 if (last > listp->hfl_count)
1109 last = listp->hfl_count;
1233 if (listp->hfl_next >= listp->hfl_count) {
1255 if ((listp->hfl_next >= listp->hfl_count) || (hfsmp->hfs_hotfile_freeblks <= 0)) {
1257 printf("hfs: hotfiles_adopt: all done relocating %d files\n", listp->hfl_count);
2239 sortedlist->hfl_count = i;

Completed in 22 milliseconds