Searched refs:BJ_Forget (Results 1 - 3 of 3) sorted by relevance

/linux-master/fs/jbd2/
H A Dtransaction.c1311 jh->b_jlist == BJ_Forget)));
1738 * now refile the buffer on our BJ_Forget list so that
1745 __jbd2_journal_file_buffer(jh, transaction, BJ_Forget);
1809 __jbd2_journal_file_buffer(jh, transaction, BJ_Forget);
2063 case BJ_Forget:
2213 __jbd2_journal_file_buffer(jh, transaction, BJ_Forget);
2307 * the buffer to BJ_Forget list of the newest transaction.
2314 * BJ_Forget list just to stop checkpointing code from cleaning up
2342 JBUFFER_TRACE(jh, "checkpointed: add to BJ_Forget");
2413 * EOF. Since the buffer might have been added to BJ_Forget lis
[all...]
H A Dcommit.c843 JBUFFER_TRACE(jh, "file as BJ_Forget");
844 jbd2_journal_file_buffer(jh, commit_transaction, BJ_Forget);
980 * dirty. If the buffer was added to the BJ_Forget list
987 * by a previous transaction, refile the buffer to BJ_Forget of
1029 * The buffer on BJ_Forget list and not jbddirty means
1034 * disk and before we process the buffer on BJ_Forget
/linux-master/include/linux/
H A Djbd2.h1778 #define BJ_Forget 2 /* Buffer superseded by this transaction */ macro

Completed in 111 milliseconds