Searched refs:hash_root_idx (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/fs/ubifs/ |
H A D | master.c | 381 ubifs_copy_hash(c, c->mst_node->hash_root_idx, c->zroot.hash); in ubifs_read_master() 456 ubifs_copy_hash(c, c->zroot.hash, c->mst_node->hash_root_idx); in ubifs_write_master()
|
H A D | ubifs-media.h | 717 * @hash_root_idx: the hash of the root index node 752 __u8 hash_root_idx[UBIFS_MAX_HASH_LEN]; member
|
H A D | sb.c | 337 ubifs_copy_hash(c, hash, mst->hash_root_idx); in create_default_filesystem()
|
/kernel/linux/linux-6.6/fs/ubifs/ |
H A D | master.c | 381 ubifs_copy_hash(c, c->mst_node->hash_root_idx, c->zroot.hash); in ubifs_read_master() 456 ubifs_copy_hash(c, c->zroot.hash, c->mst_node->hash_root_idx); in ubifs_write_master()
|
H A D | ubifs-media.h | 717 * @hash_root_idx: the hash of the root index node 752 __u8 hash_root_idx[UBIFS_MAX_HASH_LEN]; member
|
H A D | sb.c | 340 ubifs_copy_hash(c, hash, mst->hash_root_idx); in create_default_filesystem()
|
Completed in 6 milliseconds