Lines Matching defs:sequence
355 * the journal transaction sequence numbers to the next unused ID.
445 void *buf, __u32 sequence)
454 seq = cpu_to_be32(sequence);
473 unsigned int sequence;
522 jbd_debug(2, "Scanning for sequence ID %u at %lu/%lu\n",
542 * expected sequence number. Otherwise, we're all done
553 sequence = be32_to_cpu(tmp->h_sequence);
554 jbd_debug(3, "Found magic %d, sequence %d\n",
555 blocktype, sequence);
557 if (sequence != next_commit_ID) {
563 * all of the sequence number checks. What are we going
780 * much to do other than move on to the next sequence
905 tid_t sequence, struct recovery_info *info)
935 err = jbd2_journal_set_revoke(journal, blocknr, sequence);