Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/ocfs2/
H A Djournal.h243 int max_buffs);
H A Djournal.c335 handle_t *ocfs2_start_trans(struct ocfs2_super *osb, int max_buffs) in ocfs2_start_trans() argument
346 BUG_ON(max_buffs <= 0); in ocfs2_start_trans()
350 return jbd2_journal_start(journal, max_buffs); in ocfs2_start_trans()
356 handle = jbd2_journal_start(journal, max_buffs); in ocfs2_start_trans()
/kernel/linux/linux-6.6/fs/ocfs2/
H A Djournal.h242 int max_buffs);
H A Djournal.c331 handle_t *ocfs2_start_trans(struct ocfs2_super *osb, int max_buffs) in ocfs2_start_trans() argument
342 BUG_ON(max_buffs <= 0); in ocfs2_start_trans()
346 return jbd2_journal_start(journal, max_buffs); in ocfs2_start_trans()
352 handle = jbd2_journal_start(journal, max_buffs); in ocfs2_start_trans()

Completed in 8 milliseconds