Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/incfs/
H A Dintegrity.c97 u32 hash_section_size; in incfs_parse_signature() local
106 if (!read_u32(&p, top, &hash_section_size) || in incfs_parse_signature()
107 p + hash_section_size > top) in incfs_parse_signature()
109 top = p + hash_section_size; in incfs_parse_signature()
/OK3568_Linux_fs/kernel/tools/testing/selftests/filesystems/incfs/
H A Dutils.c108 uint32_t hash_section_size; member
124 .hash_section_size = sizeof(struct hash_section), in format_signature()