Lines Matching defs:nblocks
111 unsigned long nblocks, int join);
3031 * blocks you expect to use in nblocks.
3034 struct super_block *sb, unsigned long nblocks,
3045 BUG_ON(nblocks > journal->j_trans_max);
3080 && (journal->j_len_alloc + nblocks + 2) >= journal->j_max_batch)
3092 if (!join && (journal->j_len_alloc + nblocks + 2) >=
3094 ((journal->j_len + nblocks + 2) * 100) <
3134 journal->j_len_alloc += nblocks;
3136 th->t_blocks_allocated = nblocks;
3156 int nblocks)
3175 ret = journal_begin(th, s, nblocks);
3229 struct super_block *sb, unsigned long nblocks)
3260 ret = do_journal_begin_r(th, sb, nblocks, JBEGIN_REG);