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

/xnu-2782.1.97/bsd/hfs/
H A Dhfs_hotfiles.c1186 error = hfs_relocate(vp, hfsmp->hfs_hotfile_start, kauth_cred_get(), current_proc());
1668 if ((b1 >= hfsmp->hfs_hotfile_start &&
H A Dhfs.h288 u_int32_t hfs_hotfile_start; member in struct:hfsmount
H A Dhfs_vfsutils.c3110 hfsmp->hfs_hotfile_start = 0;
3135 hfsmp->hfs_hotfile_start = blk - (filesize / vcb->blockSize);
3140 hfsmp->hfs_hotfile_start = 0;
3146 printf("hfs: hot file band is %d to %d\n", hfsmp->hfs_hotfile_start, hfsmp->hfs_hotfile_end);

Completed in 65 milliseconds