Searched refs:cp_size (Results 1 – 2 of 2) sorted by relevance
453 unsigned cp_size; in gfs2_iter_unstuffed() local485 cp_size = (sdp->sd_jbsize > amount) ? amount : sdp->sd_jbsize; in gfs2_iter_unstuffed()488 memcpy(dout, pos, cp_size); in gfs2_iter_unstuffed()494 memcpy(pos, din, cp_size); in gfs2_iter_unstuffed()
2281 size_t cp_size; in resize_platform_label_table() local2332 cp_size = size; in resize_platform_label_table()2334 cp_size = old_limit * sizeof(struct mpls_route *); in resize_platform_label_table()2336 memcpy(labels, old, cp_size); in resize_platform_label_table()