Searched refs:fallible_matches_name (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/fs/ubifs/ |
H A D | tnc.c | 31 * Returned codes of 'matches_name()' and 'fallible_matches_name()' functions. 840 * fallible_matches_name - determine if a dent matches a given name. 854 static int fallible_matches_name(struct ubifs_info *c, in fallible_matches_name() function 933 cmp = fallible_matches_name(c, &znode->zbranch[nn], nm); in fallible_resolve_collision() 977 err = fallible_matches_name(c, &(*zn)->zbranch[*n], nm); in fallible_resolve_collision() 1008 err = fallible_matches_name(c, &znode->zbranch[nn], nm); in fallible_resolve_collision()
|
/kernel/linux/linux-6.6/fs/ubifs/ |
H A D | tnc.c | 31 * Returned codes of 'matches_name()' and 'fallible_matches_name()' functions. 841 * fallible_matches_name - determine if a dent matches a given name. 855 static int fallible_matches_name(struct ubifs_info *c, in fallible_matches_name() function 934 cmp = fallible_matches_name(c, &znode->zbranch[nn], nm); in fallible_resolve_collision() 978 err = fallible_matches_name(c, &(*zn)->zbranch[*n], nm); in fallible_resolve_collision() 1009 err = fallible_matches_name(c, &znode->zbranch[nn], nm); in fallible_resolve_collision()
|
Completed in 8 milliseconds