Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/ocfs2/
H A Djournal.h257 #define OCFS2_MAX_TRANS_DATA 64U macro
H A Djournal.c453 * If we have fewer than thresh credits, extend by OCFS2_MAX_TRANS_DATA.
470 status = jbd2_journal_extend(handle, OCFS2_MAX_TRANS_DATA, 0); in ocfs2_allocate_extend_trans()
477 status = jbd2_journal_restart(handle, OCFS2_MAX_TRANS_DATA); in ocfs2_allocate_extend_trans()
/kernel/linux/linux-6.6/fs/ocfs2/
H A Djournal.h256 #define OCFS2_MAX_TRANS_DATA 64U macro
H A Djournal.c449 * If we have fewer than thresh credits, extend by OCFS2_MAX_TRANS_DATA.
466 status = jbd2_journal_extend(handle, OCFS2_MAX_TRANS_DATA, 0); in ocfs2_allocate_extend_trans()
473 status = jbd2_journal_restart(handle, OCFS2_MAX_TRANS_DATA); in ocfs2_allocate_extend_trans()

Completed in 8 milliseconds