Home | History | Annotate | Download | only in e2fsck

Lines Matching defs:sequence

107 	tid_t		  sequence;	/* Used for recovery only */
156 record->sequence = seq;
712 tid_t sequence)
719 * latest sequence number in the hashed record */
720 if (tid_gt(sequence, record->sequence))
721 record->sequence = sequence;
724 return insert_revoke_hash(journal, blocknr, sequence);
730 * sequence number revokes all blocks in that transaction and earlier
736 tid_t sequence)
743 if (tid_gt(sequence, record->sequence))