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

/xnu-2422.115.4/bsd/hfs/hfscommon/Misc/
H A DVolumeAllocation.c3563 u_int32_t bits_per_iosize = hfsmp->vcbVBMIOSize * kBitsPerByte;
3581 *newblock = next_offset * bits_per_iosize;
3769 uint32_t bits_per_iosize = hfsmp->vcbVBMIOSize * kBitsPerByte; local
3772 allocblk = summarybit * bits_per_iosize;
3849 uint32_t bits_per_iosize; local
3863 bits_per_iosize = hfsmp->vcbVBMIOSize * kBitsPerByte;
3865 summary_bit = block / bits_per_iosize;
4109 uint32_t bits_per_iosize = hfsmp->vcbVBMIOSize * kBitsPerByte; local
4113 uint32_t alloc_block = i * bits_per_iosize;

Completed in 25 milliseconds