Searched refs:max_buffs (Results 1 – 2 of 2) sorted by relevance
242 int max_buffs);
334 handle_t *ocfs2_start_trans(struct ocfs2_super *osb, int max_buffs) in ocfs2_start_trans() argument345 BUG_ON(max_buffs <= 0); in ocfs2_start_trans()349 return jbd2_journal_start(journal, max_buffs); in ocfs2_start_trans()355 handle = jbd2_journal_start(journal, max_buffs); in ocfs2_start_trans()
Completed in 9 milliseconds