Searched refs:max_buffs (Results 1 – 3 of 3) sorted by relevance
73 int max_buffs = 2000; variable162 max_buffs = max_blocks * 1024 / bufsize;281 for(f_blocks=0; f_blocks < max_buffs; ++f_blocks) { in w_test()
242 int max_buffs);
335 handle_t *ocfs2_start_trans(struct ocfs2_super *osb, int max_buffs) in ocfs2_start_trans() argument346 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()