Searched refs:ubifs_check_hash (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/fs/ubifs/ |
H A D | master.c | 75 if (ubifs_check_hash(c, expected, calc)) in mst_node_check_hash()
|
H A D | auth.c | 174 if (ubifs_check_hash(c, expected, calc)) in __ubifs_node_check_hash()
|
H A D | ubifs.h | 1568 * ubifs_check_hash - compare two hashes 1576 static inline int ubifs_check_hash(const struct ubifs_info *c, in ubifs_check_hash() function
|
H A D | lpt.c | 1760 if (ubifs_check_hash(c, c->mst_node->hash_lpt, hash)) { in lpt_check_hash()
|
/kernel/linux/linux-6.6/fs/ubifs/ |
H A D | master.c | 75 if (ubifs_check_hash(c, expected, calc)) in mst_node_check_hash()
|
H A D | auth.c | 173 if (ubifs_check_hash(c, expected, calc)) in __ubifs_node_check_hash()
|
H A D | ubifs.h | 1597 * ubifs_check_hash - compare two hashes 1605 static inline int ubifs_check_hash(const struct ubifs_info *c, in ubifs_check_hash() function
|
H A D | lpt.c | 1760 if (ubifs_check_hash(c, c->mst_node->hash_lpt, hash)) { in lpt_check_hash()
|
Completed in 16 milliseconds