Searched refs:fallible_read_node (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/fs/ubifs/ |
H A D | tnc.c | 27 static int fallible_read_node(struct ubifs_info *c, const union ubifs_key *key, 435 err = fallible_read_node(c, &zbr->key, zbr, node); in tnc_read_hashed_node() 524 * fallible_read_node - try to read a leaf node. 533 static int fallible_read_node(struct ubifs_info *c, const union ubifs_key *key, in fallible_read_node() function 867 err = fallible_read_node(c, &zbr->key, zbr, dent); in fallible_matches_name() 1522 err = fallible_read_node(c, key, &zbr, node); in ubifs_tnc_locate()
|
/kernel/linux/linux-6.6/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() 525 * fallible_read_node - try to read a leaf 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()
|
Completed in 8 milliseconds