Lines Matching defs:log_start
96 sector_t log_start; /* log head. where new data appends */
141 /* all stripes in r5cache, in the order of seq at sh->log_start */
219 sector_t log_start; /* where the io_unit starts */
278 log->log_start);
425 free_space = r5l_ring_distance(log, log->log_start,
739 bio->bi_iter.bi_sector = log->rdev->data_offset + log->log_start;
746 log->log_start = r5l_ring_add(log, log->log_start, BLOCK_SECTORS);
756 if (log->log_start == 0)
759 io->log_end = log->log_start;
784 block->position = cpu_to_le64(log->log_start);
786 io->log_start = log->log_start;
964 if (sh->log_start == MaxSector) {
966 sh->log_start = io->log_start;
1058 * not in cache yet (sh->log_start == MaxSector).
1061 sh->log_start == MaxSector) {
1066 if (sh->log_start == log->last_checkpoint)
1147 * for write back, returns log_start of first sh in stripe_in_journal_list
1167 new_cp = sh->log_start;
1207 log->next_checkpoint = io->log_start;
1853 sh->log_start = MaxSector;
2416 sh->log_start = ctx->pos;
2421 next_checkpoint = sh->log_start;
2514 log->log_start = ctx->pos;
2846 sh->log_start = MaxSector;
2924 sh->log_start == MaxSector)
2927 if (sh->log_start == log->last_checkpoint)
3021 log->log_start = r5l_ring_add(log, cp, BLOCK_SECTORS);