Lines Matching refs:slice
183 unsigned int slice, processed; in erofs_xattr_copy_to_buffer() local
187 for (processed = 0; processed < len; processed += slice) { in erofs_xattr_copy_to_buffer()
193 slice = min_t(unsigned int, sb->s_blocksize - in erofs_xattr_copy_to_buffer()
195 memcpy(it->buffer + it->buffer_ofs, src, slice); in erofs_xattr_copy_to_buffer()
196 it->buffer_ofs += slice; in erofs_xattr_copy_to_buffer()
197 it->pos += slice; in erofs_xattr_copy_to_buffer()
257 unsigned int slice, processed, value_sz; in erofs_getxattr_foreach() local
290 for (processed = 0; processed < entry.e_name_len; processed += slice) { in erofs_getxattr_foreach()
295 slice = min_t(unsigned int, in erofs_getxattr_foreach()
299 it->kaddr, slice)) in erofs_getxattr_foreach()
301 it->pos += slice; in erofs_getxattr_foreach()