Searched refs:__ubifs_node_calc_hash (Results 1 – 2 of 2) sorted by relevance
| /Linux-v5.4/fs/ubifs/ |
| D | auth.c | 30 int __ubifs_node_calc_hash(const struct ubifs_info *c, const void *node, in __ubifs_node_calc_hash() function 170 __ubifs_node_calc_hash(c, node, calc); in ubifs_bad_hash() 193 err = __ubifs_node_calc_hash(c, node, calc); in __ubifs_node_check_hash()
|
| D | ubifs.h | 1550 int __ubifs_node_calc_hash(const struct ubifs_info *c, const void *buf, 1556 return __ubifs_node_calc_hash(c, buf, hash); in ubifs_node_calc_hash()
|