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

/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs.h293 u_int32_t hfs_hotfile_start; member in struct:hfsmount
H A Dhfs_vfsutils.c2749 hfsmp->hfs_hotfile_start = 0;
2773 hfsmp->hfs_hotfile_start = blk - (filesize / vcb->blockSize);
2778 printf("hfs: hot file band is %d to %d\n", hfsmp->hfs_hotfile_start, hfsmp->hfs_hotfile_end);
H A Dhfs_hotfiles.c1177 error = hfs_relocate(vp, hfsmp->hfs_hotfile_start, kauth_cred_get(), current_proc());
1653 if ((b1 >= hfsmp->hfs_hotfile_start &&

Completed in 19 milliseconds