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

/osnet-11/usr/src/lib/libparted/common/libparted/fs/hfs/
H A Dreloc.c589 PedSector bytes_buff; local
611 bytes_buff = PED_BE32_TO_CPU (priv_data->mdb->block_size)
613 if (bytes_buff > BYTES_MAX_BUFF) {
618 bytes_buff = (PedSector) hfs_block_count
624 if (bytes_buff < hfsc_cache_needed_buffer (cache))
625 bytes_buff = hfsc_cache_needed_buffer (cache);
627 hfs_block = (uint8_t*) ped_malloc (bytes_buff);
H A Dreloc_plus.c859 PedSector bytes_buff; local
881 bytes_buff = PED_BE32_TO_CPU (priv_data->vh->block_size)
883 if (bytes_buff > BYTES_MAX_BUFF) {
888 bytes_buff = (PedSector) hfsp_block_count
894 if (bytes_buff < hfsc_cache_needed_buffer (cache))
895 bytes_buff = hfsc_cache_needed_buffer (cache);
897 hfsp_block = (uint8_t*) ped_malloc (bytes_buff);

Completed in 23 milliseconds