Searched refs:LOGICAL_BLOCK_SIZE (Results 1 – 2 of 2) sorted by relevance
73 #define LOGICAL_BLOCK_SIZE 2048 macro128 unsigned char buf[LOGICAL_BLOCK_SIZE];793 #define wb_buffmax() (LOGICAL_BLOCK_SIZE * 32)797 unsigned char wbuff[LOGICAL_BLOCK_SIZE * 32];1678 xs = s % LOGICAL_BLOCK_SIZE; in wb_write_to_temp()1706 ns = (size_t)(csize % LOGICAL_BLOCK_SIZE); in wb_write_padding_to_temp()1708 ret = write_null(a, LOGICAL_BLOCK_SIZE - ns); in wb_write_padding_to_temp()1729 (MULTI_EXTENT_SIZE - LOGICAL_BLOCK_SIZE)) { in write_iso9660_data()1733 ts = (size_t)(MULTI_EXTENT_SIZE - LOGICAL_BLOCK_SIZE - in write_iso9660_data()1756 + LOGICAL_BLOCK_SIZE -1) >> LOGICAL_BLOCK_BITS); in write_iso9660_data()[all …]
81 #define LOGICAL_BLOCK_SIZE 2048 macro523 #define RESERVED_AREA (SYSTEM_AREA_BLOCK * LOGICAL_BLOCK_SIZE) in archive_read_format_iso9660_bid()525 RESERVED_AREA + 8 * LOGICAL_BLOCK_SIZE, in archive_read_format_iso9660_bid()536 for (; bytes_read > LOGICAL_BLOCK_SIZE; in archive_read_format_iso9660_bid()537 bytes_read -= LOGICAL_BLOCK_SIZE, p += LOGICAL_BLOCK_SIZE) { in archive_read_format_iso9660_bid()1175 skipsize = LOGICAL_BLOCK_SIZE * (int64_t)vd->location; in choose_volume()1213 skipsize = LOGICAL_BLOCK_SIZE * (int64_t)vd->location; in choose_volume()