Searched refs:max_buffs (Results 1 – 2 of 2) sorted by relevance
243 int max_buffs);
353 handle_t *ocfs2_start_trans(struct ocfs2_super *osb, int max_buffs) in ocfs2_start_trans() argument364 BUG_ON(max_buffs <= 0); in ocfs2_start_trans()368 return jbd2_journal_start(journal, max_buffs); in ocfs2_start_trans()374 handle = jbd2_journal_start(journal, max_buffs); in ocfs2_start_trans()
Completed in 11 milliseconds