Home
last modified time | relevance | path

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

/Linux-v5.4/fs/gfs2/
Dxattr.c450 unsigned cp_size; in gfs2_iter_unstuffed() local
482 cp_size = (sdp->sd_jbsize > amount) ? amount : sdp->sd_jbsize; in gfs2_iter_unstuffed()
485 memcpy(dout, pos, cp_size); in gfs2_iter_unstuffed()
491 memcpy(pos, din, cp_size); in gfs2_iter_unstuffed()
/Linux-v5.4/net/mpls/
Daf_mpls.c2504 size_t cp_size; in resize_platform_label_table() local
2555 cp_size = size; in resize_platform_label_table()
2557 cp_size = old_limit * sizeof(struct mpls_route *); in resize_platform_label_table()
2559 memcpy(labels, old, cp_size); in resize_platform_label_table()