Searched refs:cp_size (Results 1 - 2 of 2) sorted by relevance

/linux-4.1.27/fs/gfs2/
H A Dxattr.c473 unsigned cp_size; gfs2_iter_unstuffed() local
505 cp_size = (sdp->sd_jbsize > amount) ? amount : sdp->sd_jbsize; gfs2_iter_unstuffed()
508 memcpy(dout, pos, cp_size); gfs2_iter_unstuffed()
514 memcpy(pos, din, cp_size); gfs2_iter_unstuffed()
/linux-4.1.27/net/mpls/
H A Daf_mpls.c934 size_t cp_size; resize_platform_label_table() local
980 cp_size = size; resize_platform_label_table()
982 cp_size = old_limit * sizeof(struct mpls_route *); resize_platform_label_table()
984 memcpy(labels, old, cp_size); resize_platform_label_table()

Completed in 117 milliseconds