Searched refs:fallible_read_node (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/u-boot/fs/ubifs/ |
| H A D | tnc.c | 51 static int fallible_read_node(struct ubifs_info *c, const union ubifs_key *key, 407 err = fallible_read_node(c, &zbr->key, zbr, node); in tnc_read_node_nm() 499 static int fallible_read_node(struct ubifs_info *c, const union ubifs_key *key, in fallible_read_node() function 834 err = fallible_read_node(c, &zbr->key, zbr, dent); in fallible_matches_name() 1491 err = fallible_read_node(c, key, &zbr, node); in ubifs_tnc_locate()
|
| /OK3568_Linux_fs/kernel/fs/ubifs/ |
| H A 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()
|