Searched refs:log_sector (Results 1 – 1 of 1) sorted by relevance
23 struct log_sector { struct92 struct log_sector *log_sector; member365 bc->log_sector->count = 0; in backup_log_sector()366 bc->log_sector->sequence++; in backup_log_sector()382 if (sizeof(struct log_sector) in add_log_entry()383 + sizeof(struct log_entry) * (bc->log_sector->count + 1) in add_log_entry()398 bc->log_sector->entries[bc->log_sector->count].source = source; in add_log_entry()399 bc->log_sector->entries[bc->log_sector->count].dest = dest; in add_log_entry()400 bc->log_sector->entries[bc->log_sector->count].size = size; in add_log_entry()401 bc->log_sector->entries[bc->log_sector->count].checksum = checksum; in add_log_entry()[all …]