Lines Matching defs:sequence
360 * the journal transaction sequence numbers to the next unused ID.
453 void *buf, __u32 sequence)
461 seq = cpu_to_be32(sequence);
480 unsigned int sequence;
530 jbd2_debug(2, "Scanning for sequence ID %u at %lu/%lu\n",
548 * expected sequence number. Otherwise, we're all done
559 sequence = be32_to_cpu(tmp->h_sequence);
560 jbd2_debug(3, "Found magic %d, sequence %d\n",
561 blocktype, sequence);
563 if (sequence != next_commit_ID) {
569 * all of the sequence number checks. What are we going
784 * much to do other than move on to the next sequence
914 tid_t sequence, struct recovery_info *info)
944 err = jbd2_journal_set_revoke(journal, blocknr, sequence);