Searched refs:fallible_read_node (Results 1 – 1 of 1) sorted by relevance
/linux-5.19.10/fs/ubifs/ |
D | tnc.c | 27 static int fallible_read_node(struct ubifs_info *c, const union ubifs_key *key, 398 err = fallible_read_node(c, &zbr->key, zbr, node); in tnc_read_hashed_node() 496 static int fallible_read_node(struct ubifs_info *c, const union ubifs_key *key, in fallible_read_node() function 830 err = fallible_read_node(c, &zbr->key, zbr, dent); in fallible_matches_name() 1485 err = fallible_read_node(c, key, &zbr, node); in ubifs_tnc_locate()
|