Searched refs: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. 557 * matches_name - determine if a direntry or xattr entry matches a given name. 567 static int matches_name(struct ubifs_info *c, struct ubifs_zbranch *zbr, in matches_name() function 742 err = matches_name(c, &(*zn)->zbranch[*n], nm); in resolve_collision() 803 err = matches_name(c, &(*zn)->zbranch[*n], nm); in resolve_collision() 825 err = matches_name(c, &znode->zbranch[nn], nm); in resolve_collision() 845 * This is a "fallible" version of 'matches_name()' function which does not
|
/kernel/linux/linux-6.6/fs/ubifs/ |
H A D | tnc.c | 31 * Returned codes of 'matches_name()' and 'fallible_matches_name()' functions. 558 * matches_name - determine if a direntry or xattr entry matches a given name. 568 static int matches_name(struct ubifs_info *c, struct ubifs_zbranch *zbr, in matches_name() function 743 err = matches_name(c, &(*zn)->zbranch[*n], nm); in resolve_collision() 804 err = matches_name(c, &(*zn)->zbranch[*n], nm); in resolve_collision() 826 err = matches_name(c, &znode->zbranch[nn], nm); in resolve_collision() 846 * This is a "fallible" version of 'matches_name()' function which does not
|
Completed in 8 milliseconds