Lines Matching defs:journal_section_entries

193 	unsigned char journal_section_entries;
647 unsigned limit = e ? ic->journal_section_entries : ic->journal_section_sectors;
731 for (j = 0; j < ic->journal_section_entries; j++) {
1297 next_section = (unsigned)(next_node - ic->journal_tree) / ic->journal_section_entries;
1947 if (unlikely(journal_entry == ic->journal_section_entries)) {
2033 ic->free_section_entry = next_entry % ic->journal_section_entries;
2034 ic->free_section += next_entry / ic->journal_section_entries;
2035 ic->n_uncommitted_sections += next_entry / ic->journal_section_entries;
2038 pos = journal_section * ic->journal_section_entries + journal_entry;
2054 if (unlikely(we == ic->journal_section_entries)) {
2128 journal_section = journal_read_pos / ic->journal_section_entries;
2129 journal_entry = journal_read_pos % ic->journal_section_entries;
2218 ic->free_sectors -= ic->journal_section_entries - ic->free_section_entry;
2224 if (WARN_ON(ic->journal_sections * ic->journal_section_entries !=
2226 ic->journal_section_entries + ic->free_sectors)) {
2227 DMCRIT("journal_sections %u, journal_section_entries %u, "
2229 "journal_section_entries %u, free_sectors %u",
2230 ic->journal_sections, ic->journal_section_entries,
2232 ic->journal_section_entries, ic->free_sectors);
2265 for (j = 0; j < ic->journal_section_entries; j++) {
2344 for (j = 0; j < ic->journal_section_entries; j++) {
2368 for (k = j + 1; k < ic->journal_section_entries; k++) {
2393 struct journal_node *section_node = &ic->journal_tree[i * ic->journal_section_entries];
2494 ic->free_sectors += write_sections * ic->journal_section_entries;
2759 for (j = 0; j < ic->journal_section_entries; j++) {
2831 for (j = 0; j < ic->journal_section_entries; j++) {
3239 ic->journal_section_entries = ic->journal_entries_per_sector * JOURNAL_BLOCK_SECTORS;
3240 ic->journal_section_sectors = (ic->journal_section_entries << ic->sb->log2_sectors_per_block) + JOURNAL_BLOCK_SECTORS;
3241 ic->journal_entries = ic->journal_section_entries * ic->journal_sections;
4225 DEBUG_print(" journal_section_entries %u\n", ic->journal_section_entries);