Searched refs:oldsize (Results 1 – 5 of 5) sorted by relevance
30 unsigned oldsize = (uint64_t *) l->top - l->list; in bch_keylist_realloc() local31 unsigned newsize = oldsize + 2 + nptrs; in bch_keylist_realloc()45 roundup_pow_of_two(oldsize) == newsize) in bch_keylist_realloc()58 l->top = (struct bkey *) (&l->list[oldsize]); in bch_keylist_realloc()1037 size_t oldsize = 0, order = b->page_order, keys = 0; in bch_btree_sort_partial() local1045 oldsize = bch_count_data(b); in bch_btree_sort_partial()1061 EBUG_ON(b->written && bch_count_data(b) != oldsize); in bch_btree_sort_partial()
1872 unsigned oldsize = bch_count_data(b); in bch_btree_insert_keys() local1879 BUG_ON(bch_count_data(b) < oldsize); in bch_btree_insert_keys()
2390 int oldsize = priv->rx_buffer_size; in gfar_change_mtu() local2409 if ((oldsize != tempsize) && (dev->flags & IFF_UP)) in gfar_change_mtu()2433 if ((oldsize != tempsize) && (dev->flags & IFF_UP)) in gfar_change_mtu()
3847 sector_t oldsize, size; in raid10_resize() local3855 oldsize = raid10_size(mddev, 0, 0); in raid10_resize()3869 mddev->recovery_cp > oldsize) { in raid10_resize()3870 mddev->recovery_cp = oldsize; in raid10_resize()
981 int oldsize = STp->buffer->buffer_size; in osst_recover_wait_frame() local1009 STp->buffer->b_data = olddata; STp->buffer->buffer_size = oldsize; in osst_recover_wait_frame()2892 int oldsize = STp->buffer->buffer_size; in osst_get_frame_position() local2903 STp->buffer->b_data = olddata; STp->buffer->buffer_size = oldsize; in osst_get_frame_position()2958 STp->buffer->b_data = olddata; STp->buffer->buffer_size = oldsize; in osst_get_frame_position()