Searched refs:__ubifs_node_calc_hash (Results 1 – 2 of 2) sorted by relevance
/linux-6.1.9/fs/ubifs/ |
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()
|
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()
|