Home
last modified time | relevance | path

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

/linux/fs/gfs2/
H A Dxattr.c468 unsigned cp_size; in gfs2_iter_unstuffed() local
500 cp_size = (sdp->sd_jbsize > amount) ? amount : sdp->sd_jbsize; in gfs2_iter_unstuffed()
503 memcpy(dout, pos, cp_size); in gfs2_iter_unstuffed()
509 memcpy(pos, din, cp_size); in gfs2_iter_unstuffed()
/linux/net/mpls/
H A Daf_mpls.c2587 size_t cp_size; in resize_platform_label_table() local
2645 cp_size = size; in resize_platform_label_table()
2647 cp_size = old_limit * sizeof(struct mpls_route *); in resize_platform_label_table()
2649 memcpy(labels, old, cp_size); in resize_platform_label_table()
/linux/drivers/firmware/qcom/
H A Dqcom_scm.c1282 int qcom_scm_mem_protect_video_var(u32 cp_start, u32 cp_size, in qcom_scm_mem_protect_video_var() argument
1293 .args[1] = cp_size, in qcom_scm_mem_protect_video_var()