Searched refs:j_head (Results 1 - 4 of 4) sorted by relevance

/linux-master/fs/jbd2/
H A Drecovery.c305 journal->j_head = be32_to_cpu(sb->s_head);
324 journal->j_head = info.head_block;
326 journal->j_transaction_sequence, journal->j_head);
370 journal->j_head = journal->j_first;
380 journal->j_head = info.head_block;
H A Djournal.c848 blocknr = journal->j_head;
849 journal->j_head++;
851 if (journal->j_head == journal->j_last)
852 journal->j_head = journal->j_first;
1068 *block = journal->j_head;
1071 *block = journal->j_head;
1725 if (journal->j_head != 0 && journal->j_flags & JBD2_CYCLE_RECORD) {
1730 if (journal->j_head < first || journal->j_head >= last) {
1733 journal->j_head);
[all...]
H A Dcommit.c536 commit_transaction->t_log_start = journal->j_head;
/linux-master/include/linux/
H A Djbd2.h902 * @j_head:
907 unsigned long j_head; member in struct:journal_s

Completed in 95 milliseconds