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

/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs_hotfiles.c1654 b2 <= hfsmp->hfs_hotfile_end) ||
1655 (b1 < hfsmp->hfs_hotfile_end &&
1656 b2 > hfsmp->hfs_hotfile_end)) {
H A Dhfs.h294 u_int32_t hfs_hotfile_end; member in struct:hfsmount
H A Dhfs_vfsutils.c2750 hfsmp->hfs_hotfile_end = 0;
2774 hfsmp->hfs_hotfile_end = hfsmp->hfs_metazone_end;
2778 printf("hfs: hot file band is %d to %d\n", hfsmp->hfs_hotfile_start, hfsmp->hfs_hotfile_end);

Completed in 76 milliseconds