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

/macosx-10.5.8/xnu-1228.15.4/bsd/hfs/
H A Dhfs_hotfiles.h98 u_int32_t maxfilecnt; member in struct:HotFilesInfo
H A Dhfs_hotfiles.c209 hfsmp->hfc_maxfiles = SWAP_BE32 (hotfileinfo.maxfilecnt);
478 hotfileinfo.maxfilecnt = SWAP_BE32 (HFC_DEFAULT_FILE_COUNT);
1864 hotfileinfo->maxfilecnt = SWAP_BE32 (HFC_DEFAULT_FILE_COUNT);
H A Dhfs_vfsops.c4479 int maxfilecnt; local
4551 maxfilecnt = MIN(hfsmp->hfs_filecount, 250000);
4552 maxfilecnt = MIN((u_long)maxfilecnt, reclaimblks);
4553 cnidbufsize = maxfilecnt * sizeof(cnid_t);
4583 for (filecnt = 0; filecnt < maxfilecnt; ) {

Completed in 42 milliseconds