RECOVERY_JOURNAL_ENTRIES_PER_SECTOR
RECOVERY_JOURNAL_ENTRIES_PER_BLOCK = RECOVERY_JOURNAL_ENTRIES_PER_SECTOR * 7,
return sector->entry_count <= RECOVERY_JOURNAL_ENTRIES_PER_SECTOR;
if (block->sector->entry_count == RECOVERY_JOURNAL_ENTRIES_PER_SECTOR)
return RECOVERY_JOURNAL_ENTRIES_PER_SECTOR;
if ((sector_entries < RECOVERY_JOURNAL_ENTRIES_PER_SECTOR) ||
if (++point->entry_count < RECOVERY_JOURNAL_ENTRIES_PER_SECTOR)