Home
last modified time | relevance | path

Searched refs:j_tail (Results 1 – 6 of 6) sorted by relevance

/external/e2fsprogs/debugfs/
Ddo_journal.c444 if (journal->j_tail == 0) { in journal_open_trans()
474 if (journal->j_tail == 0) { in journal_close_trans()
477 journal->j_tail = trans->start; in journal_close_trans()
769 if (journal->j_tail != 0 || in update_journal_csum()
827 if (journal->j_tail != 0 || in update_uuid()
849 if (journal->j_tail != 0 || in update_64bit_flag()
915 journal->j_transaction_sequence, journal->j_tail, in do_journal_open()
Drecovery.c337 journal->j_tail = 0; in journal_skip_recovery()
Djournal.c630 journal->j_tail = ntohl(jsb->s_start); in ext2fs_journal_load()
/external/e2fsprogs/lib/ext2fs/
Djfs_compat.h72 unsigned long j_tail; member
/external/e2fsprogs/e2fsck/
Drecovery.c337 journal->j_tail = 0; in journal_skip_recovery()
Djournal.c683 journal->j_tail = ntohl(jsb->s_start); in e2fsck_journal_load()