Lines Matching defs:nblocks
111 unsigned long nblocks, int join);
3024 * blocks you expect to use in nblocks.
3027 struct super_block *sb, unsigned long nblocks,
3039 BUG_ON(nblocks > journal->j_trans_max);
3074 && (journal->j_len_alloc + nblocks + 2) >= journal->j_max_batch)
3086 if (!join && (journal->j_len_alloc + nblocks + 2) >=
3088 ((journal->j_len + nblocks + 2) * 100) <
3129 journal->j_len_alloc += nblocks;
3131 th->t_blocks_allocated = nblocks;
3151 int nblocks)
3170 ret = journal_begin(th, s, nblocks);
3224 struct super_block *sb, unsigned long nblocks)
3255 ret = do_journal_begin_r(th, sb, nblocks, JBEGIN_REG);