Lines Matching defs:sec_idx
107 unsigned int sec_idx = BOOT_SEC_IDX;
111 sec_idx += BACKUP_BOOT_SEC_IDX;
123 ret = exfat_write_sector(bd, ppbr, sec_idx);
145 unsigned int sec_idx = EXBOOT_SEC_IDX;
152 sec_idx += BACKUP_BOOT_SEC_IDX;
158 if (exfat_write_sector(bd, peb, sec_idx++)) {
178 unsigned int sec_idx = OEM_SEC_IDX;
185 sec_idx += BACKUP_BOOT_SEC_IDX;
188 ret = exfat_write_sector(bd, oem, sec_idx);
200 ret = exfat_write_sector(bd, oem, sec_idx + 1);