Searched refs:ISO_SECTOR_SIZE (Results 1 – 2 of 2) sorted by relevance
808 uint8_t *magic_sec = (uint8_t *)(sec + ISO_SECTOR_SIZE); in is_iso_bc_entry_compatible()833 uint8_t *temp = sec + ISO_SECTOR_SIZE; in iso_get_file_size()846 if (sec_offset[level] > ISO_SECTOR_SIZE) { in iso_get_file_size()871 if (!cur_record->dr_len || sec_offset[level] == ISO_SECTOR_SIZE) { in iso_get_file_size()873 dir_rem[level] -= ISO_SECTOR_SIZE - sec_offset[level]; in iso_get_file_size()924 blks_to_load = (real_size + ISO_SECTOR_SIZE - 1) / ISO_SECTOR_SIZE; in load_iso_bc_entry()
383 #define ISO_SECTOR_SIZE 2048 macro490 #define ISO_BC_ENTRY_PER_SECTOR (ISO_SECTOR_SIZE / sizeof(IsoBcEntry))