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);
426 free_space = r5l_ring_distance(log, log->log_start,
741 bio->bi_iter.bi_sector = log->rdev->data_offset + log->log_start;
748 log->log_start = r5l_ring_add(log, log->log_start, BLOCK_SECTORS);
758 if (log->log_start == 0)
761 io->log_end = log->log_start;
786 block->position = cpu_to_le64(log->log_start);
788 io->log_start = log->log_start;
966 if (sh->log_start == MaxSector) {
968 sh->log_start = io->log_start;
1060 * not in cache yet (sh->log_start == MaxSector).
1063 sh->log_start == MaxSector) {
1068 if (sh->log_start == log->last_checkpoint)
1149 * for write back, returns log_start of first sh in stripe_in_journal_list
1169 new_cp = sh->log_start;
1209 log->next_checkpoint = io->log_start;
1856 sh->log_start = MaxSector;
2407 sh->log_start = ctx->pos;
2412 next_checkpoint = sh->log_start;
2505 log->log_start = ctx->pos;
2843 sh->log_start = MaxSector;
2921 sh->log_start == MaxSector)
2924 if (sh->log_start == log->last_checkpoint)
3019 log->log_start = r5l_ring_add(log, cp, BLOCK_SECTORS);