Home
last modified time | relevance | path

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

/tools/include/linux/
Dhash.h85 static inline u32 hash_ptr(const void *ptr, unsigned int bits) in hash_ptr() function
/tools/testing/selftests/filesystems/incfs/
Dincfs_perf.c467 char *hash_ptr = mtree[block_index].data + block_off; in build_mtree() local
469 sha256(data, INCFS_DATA_FILE_BLOCK_SIZE, hash_ptr); in build_mtree()
481 char *hash_ptr = mtree[block_index].data + block_off; in build_mtree() local
484 INCFS_DATA_FILE_BLOCK_SIZE, hash_ptr); in build_mtree()
Dincfs_test.c895 char *hash_ptr = file->mtree[block_index].data + block_off; in build_mtree() local
903 sha256(data, INCFS_DATA_FILE_BLOCK_SIZE, hash_ptr); in build_mtree()
915 char *hash_ptr = in build_mtree() local
919 INCFS_DATA_FILE_BLOCK_SIZE, hash_ptr); in build_mtree()