Searched refs:fallible_matches_name (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/u-boot/fs/ubifs/ |
| H A D | tnc.c | 821 static int fallible_matches_name(struct ubifs_info *c, in fallible_matches_name() function 899 cmp = fallible_matches_name(c, &znode->zbranch[nn], nm); in fallible_resolve_collision() 943 err = fallible_matches_name(c, &(*zn)->zbranch[*n], nm); in fallible_resolve_collision() 974 err = fallible_matches_name(c, &znode->zbranch[nn], nm); in fallible_resolve_collision()
|
| /OK3568_Linux_fs/kernel/fs/ubifs/ |
| H A D | tnc.c | 817 static int fallible_matches_name(struct ubifs_info *c, in fallible_matches_name() function 896 cmp = fallible_matches_name(c, &znode->zbranch[nn], nm); in fallible_resolve_collision() 940 err = fallible_matches_name(c, &(*zn)->zbranch[*n], nm); in fallible_resolve_collision() 971 err = fallible_matches_name(c, &znode->zbranch[nn], nm); in fallible_resolve_collision()
|