Searched refs:new_buffer_size (Results 1 – 1 of 1) sorted by relevance
174 size_t new_buffer_size; in bch2_sb_realloc() local181 new_buffer_size = roundup_pow_of_two(new_bytes); in bch2_sb_realloc()183 if (sb->sb && sb->buffer_size >= new_buffer_size) in bch2_sb_realloc()200 if (sb->buffer_size >= new_buffer_size && sb->sb) in bch2_sb_realloc()206 new_sb = krealloc(sb->sb, new_buffer_size, GFP_NOFS|__GFP_ZERO); in bch2_sb_realloc()213 unsigned nr_bvecs = buf_pages(sb->sb, new_buffer_size); in bch2_sb_realloc()225 sb->buffer_size = new_buffer_size; in bch2_sb_realloc()