Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/incfs/
H A Dverity.c65 memcpy(root_hash, df->df_hash_tree->root_hash, in incfs_get_root_hash()
66 df->df_hash_tree->alg->digest_size); in incfs_get_root_hash()
439 if (df->df_signature && df->df_hash_tree) in incfs_add_signature_record()
442 if (df->df_signature || df->df_hash_tree) in incfs_add_signature_record()
508 smp_store_release(&df->df_hash_tree, hash_tree); in incfs_add_signature_record()
H A Ddata_mgmt.c366 incfs_free_mtree(df->df_hash_tree); in incfs_free_data_file()
689 tree = smp_load_acquire(&df->df_hash_tree); in validate_hash_tree()
1499 hash_tree = df->df_hash_tree; in incfs_process_new_hash_block()
1607 df->df_hash_tree = hash_tree; in process_file_signature_md()
1707 if (df->df_hash_tree) { in incfs_scan_metadata_chain()
1709 df->df_hash_tree->hash_tree_area_size); in incfs_scan_metadata_chain()
H A Ddata_mgmt.h356 struct mtree *df_hash_tree; member