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

/macosx-10.5.8/xnu-1228.15.4/bsd/hfs/
H A Dhfs.h244 u_int32_t hfs_hotfile_start; member in struct:hfsmount
H A Dhfs_hotfiles.c1152 error = hfs_relocate(vp, hfsmp->hfs_hotfile_start, kauth_cred_get(), current_proc());
1618 if ((b1 >= hfsmp->hfs_hotfile_start &&
H A Dhfs_vfsutils.c2286 hfsmp->hfs_hotfile_start = blk - (filesize / vcb->blockSize);
2291 printf("HFS: hot file band is %d to %d\n", hfsmp->hfs_hotfile_start, hfsmp->hfs_hotfile_end);

Completed in 16 milliseconds