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

/darwin-on-arm/xnu/bsd/hfs/hfscommon/Misc/
H A DVolumeAllocation.c2203 if ((startingBlock >= hfsmp->offset_block_end) &&
2531 if ((startingBlock >= hfsmp->offset_block_end) &&
2937 if ((startingBlock >= hfsmp->offset_block_end) &&
2957 if (startingBlock >= hfsmp->offset_block_end) {
4046 cur_block_eof = &hfsmp->offset_block_end;
4051 * variable offset_block_end as our loop counter. This gives us flexibility
4057 * If the other thread does IO for us, then it will update the offset_block_end
4120 hfs_validate_rbtree (hfsmp, 0, hfsmp->offset_block_end );
4216 if ((new_end_block < hfsmp->offset_block_end) &&
4298 * Don't forget to shrink offset_block_end afte
[all...]
/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs.h232 * "offset_block_end" field indicates the portion of
239 u_int32_t offset_block_end; member in struct:hfsmount
H A Dhfs_vfsops.c500 hfsmp->offset_block_end = 0;
2049 hfsmp->offset_block_end = 0;

Completed in 34 milliseconds