Home
last modified time | relevance | path

Searched refs:oldsize (Results 1 – 5 of 5) sorted by relevance

/drivers/md/bcache/
Dbset.c30 unsigned oldsize = (uint64_t *) l->top - l->list; in bch_keylist_realloc() local
31 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() local
1045 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()
Dbtree.c1872 unsigned oldsize = bch_count_data(b); in bch_btree_insert_keys() local
1879 BUG_ON(bch_count_data(b) < oldsize); in bch_btree_insert_keys()
/drivers/net/ethernet/freescale/
Dgianfar.c2390 int oldsize = priv->rx_buffer_size; in gfar_change_mtu() local
2409 if ((oldsize != tempsize) && (dev->flags & IFF_UP)) in gfar_change_mtu()
2433 if ((oldsize != tempsize) && (dev->flags & IFF_UP)) in gfar_change_mtu()
/drivers/md/
Draid10.c3847 sector_t oldsize, size; in raid10_resize() local
3855 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()
/drivers/scsi/
Dosst.c981 int oldsize = STp->buffer->buffer_size; in osst_recover_wait_frame() local
1009 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() local
2903 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()