Home
last modified time | relevance | path

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

/fs/incfs/
Ddata_mgmt.c785 struct mtree *hash_tree = NULL; in incfs_process_new_hash_block() local
803 hash_tree = df->df_hash_tree; in incfs_process_new_hash_block()
805 if (!hash_tree || !sig || sig->mtree_offset == 0) in incfs_process_new_hash_block()
866 struct mtree *hash_tree = NULL; in process_file_signature_md() local
892 hash_tree = incfs_alloc_mtree(sg->sg_hash_alg, df->df_block_count, in process_file_signature_md()
894 if (IS_ERR(hash_tree)) { in process_file_signature_md()
895 error = PTR_ERR(hash_tree); in process_file_signature_md()
896 hash_tree = NULL; in process_file_signature_md()
899 if (hash_tree->hash_tree_area_size != tree_size) { in process_file_signature_md()
912 df->df_hash_tree = hash_tree; in process_file_signature_md()
[all …]
Dvfs.c939 struct mtree *hash_tree = NULL; in init_new_file() local
998 hash_tree = incfs_alloc_mtree(si->hash_alg, block_count, in init_new_file()
1000 if (IS_ERR(hash_tree)) { in init_new_file()
1001 error = PTR_ERR(hash_tree); in init_new_file()
1002 hash_tree = NULL; in init_new_file()
1018 hash_tree->hash_tree_area_size, in init_new_file()
1032 incfs_free_mtree(hash_tree); in init_new_file()