Searched refs:copied_size (Results 1 – 2 of 2) sorted by relevance
137 uint32_t copied_size; /* image size copied in blocks */ member
613 size_t copied_size; in __ima_inode_hash() 615 copied_size = min_t(size_t, iint->ima_hash->length, buf_size); in __ima_inode_hash() 616 memcpy(buf, iint->ima_hash->digest, copied_size); in __ima_inode_hash() 610 size_t copied_size; __ima_inode_hash() local