Searched refs:__ubifs_node_calc_hash (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/fs/ubifs/ |
H A D | auth.c | 30 int __ubifs_node_calc_hash(const struct ubifs_info *c, const void *node, in __ubifs_node_calc_hash() function 147 __ubifs_node_calc_hash(c, node, calc); in ubifs_bad_hash() 170 err = __ubifs_node_calc_hash(c, node, calc); in __ubifs_node_check_hash()
|
H A D | ubifs.h | 1553 int __ubifs_node_calc_hash(const struct ubifs_info *c, const void *buf, 1559 return __ubifs_node_calc_hash(c, buf, hash); in ubifs_node_calc_hash()
|
/kernel/linux/linux-6.6/fs/ubifs/ |
H A D | auth.c | 29 int __ubifs_node_calc_hash(const struct ubifs_info *c, const void *node, in __ubifs_node_calc_hash() function 146 __ubifs_node_calc_hash(c, node, calc); in ubifs_bad_hash() 169 err = __ubifs_node_calc_hash(c, node, calc); in __ubifs_node_check_hash()
|
H A D | ubifs.h | 1582 int __ubifs_node_calc_hash(const struct ubifs_info *c, const void *buf, 1588 return __ubifs_node_calc_hash(c, buf, hash); in ubifs_node_calc_hash()
|
Completed in 10 milliseconds