Searched refs:fallible_read_node (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/fs/ubifs/ |
H A D | tnc.c | 27 static int fallible_read_node(struct ubifs_info *c, const union ubifs_key *key, 436 err = fallible_read_node(c, &zbr->key, zbr, node); in tnc_read_hashed_node() 534 static int fallible_read_node(struct ubifs_info *c, const union ubifs_key *key, in fallible_read_node() function 868 err = fallible_read_node(c, &zbr->key, zbr, dent); in fallible_matches_name() 1523 err = fallible_read_node(c, key, &zbr, node); in ubifs_tnc_locate()
|
/openbmc/u-boot/fs/ubifs/ |
H A D | tnc.c | 481 static int fallible_read_node(struct ubifs_info *c, const union ubifs_key *key, in fallible_read_node() function 816 err = fallible_read_node(c, &zbr->key, zbr, dent); in fallible_matches_name() 1473 err = fallible_read_node(c, key, &zbr, node); in ubifs_tnc_locate()
|