Home
last modified time | relevance | path

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

/linux-4.19.296/fs/gfs2/
Dxattr.c453 unsigned cp_size; in gfs2_iter_unstuffed() local
485 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()