Searched refs:journal_sectors (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/md/
H A Ddm-integrity.c3417 DMEMIT(" journal_sectors:%u", ic->initial_sectors - SB_SECTORS);
3467 DMEMIT(",journal_sectors=%u", ic->initial_sectors - SB_SECTORS);
3581 unsigned int journal_sectors, unsigned int interleave_sectors)
3594 journal_sections = journal_sectors / ic->journal_section_sectors;
4079 * journal_sectors
4103 unsigned int journal_sectors, interleave_sectors, buffer_sectors, journal_watermark, sync_msec; local
4167 journal_sectors = 0;
4191 if (sscanf(opt_string, "journal_sectors:%u%c", &val, &dummy) == 1)
4192 journal_sectors = val ? val : 1;
4271 if (!journal_sectors) {
3580 initialize_superblock(struct dm_integrity_c *ic, unsigned int journal_sectors, unsigned int interleave_sectors) argument
[all...]

Completed in 105 milliseconds