Lines Matching defs:journal_sectors
3174 DMEMIT(" journal_sectors:%u", ic->initial_sectors - SB_SECTORS);
3307 static int initialize_superblock(struct dm_integrity_c *ic, unsigned journal_sectors, unsigned interleave_sectors)
3320 journal_sections = journal_sectors / ic->journal_section_sectors;
3796 * journal_sectors
3820 unsigned journal_sectors, interleave_sectors, buffer_sectors, journal_watermark, sync_msec;
3884 journal_sectors = 0;
3907 if (sscanf(opt_string, "journal_sectors:%u%c", &val, &dummy) == 1)
3908 journal_sectors = val ? val : 1;
3982 if (!journal_sectors) {
3983 journal_sectors = min((sector_t)DEFAULT_MAX_JOURNAL_SECTORS,
4116 r = initialize_superblock(ic, journal_sectors, interleave_sectors);