Home
last modified time | relevance | path

Searched refs:c1 (Results 1 – 14 of 14) sorted by relevance

/fs/hfsplus/
A Dunicode.c44 c1 = c2 = 0; in hfsplus_strcasecmp()
57 if (c1 != c2) in hfsplus_strcasecmp()
59 if (!c1 && !c2) in hfsplus_strcasecmp()
80 if (c1 != c2) in hfsplus_strcmp()
174 if (c1 > 0 && c1 < Hangul_TCount) { in hfsplus_uni2asc()
175 cc += c1; in hfsplus_uni2asc()
209 c0 = c1; in hfsplus_uni2asc()
451 u16 c1, c2; in hfsplus_compare_dentry() local
474 c1 = c; in hfsplus_compare_dentry()
498 c1 = case_fold(c1); in hfsplus_compare_dentry()
[all …]
/fs/unicode/
A Dutf8-core.c24 int c1, c2; in utf8_strncmp() local
33 c1 = utf8byte(&cur1); in utf8_strncmp()
38 if (c1 != c2) in utf8_strncmp()
40 } while (c1); in utf8_strncmp()
50 int c1, c2; in utf8_strncasecmp() local
64 if (c1 != c2) in utf8_strncasecmp()
66 } while (c1); in utf8_strncasecmp()
80 int c1, c2; in utf8_strncasecmp_folded() local
89 if (c1 < 0) in utf8_strncasecmp_folded()
91 if (c1 != c2) in utf8_strncasecmp_folded()
[all …]
/fs/hpfs/
A Ddnode.c251 int c1, c2 = 0; in hpfs_add_to_dnode() local
270 if (hpfs_stop_cycles(i->i_sb, dno, &c1, &c2, "hpfs_add_to_dnode")) { in hpfs_add_to_dnode()
397 int c1, c2 = 0; in hpfs_add_dirent() local
442 int c1, c2 = 0; in move_to_top() local
446 if (hpfs_stop_cycles(i->i_sb, dno, &c1, &c2, "move_to_top")) in move_to_top()
526 int c1, c2 = 0; in delete_empty_dnode() local
750 int c1, c2 = 0; in hpfs_count_dnodes() local
824 int c1, c2 = 0; in hpfs_de_as_down_as_possible() local
916 int c1, c2 = 0; in map_dirent() local
1010 int c1, c2 = 0; in map_fnode_dirent() local
[all …]
A Dname.c83 unsigned char c1 = upcase(hpfs_sb(s)->sb_cp_table,n1[i]); in hpfs_compare_names() local
85 if (c1 < c2) return -1; in hpfs_compare_names()
86 if (c1 > c2) return 1; in hpfs_compare_names()
A Danode.c21 int c1, c2 = 0; in hpfs_bplus_lookup() local
23 if (hpfs_sb(s)->sb_chk) if (hpfs_stop_cycles(s, a, &c1, &c2, "hpfs_bplus_lookup")) return -1; in hpfs_bplus_lookup()
71 int c1, c2 = 0; in hpfs_add_sector_to_btree() local
92 if (hpfs_stop_cycles(s, a, &c1, &c2, "hpfs_add_sector_to_btree #1")) return -1; in hpfs_add_sector_to_btree()
168 if (hpfs_stop_cycles(s, up, &c1, &c2, "hpfs_add_sector_to_btree #2")) return -1; in hpfs_add_sector_to_btree()
283 int c1, c2 = 0; in hpfs_remove_btree() local
304 if (hpfs_stop_cycles(s, ano, &c1, &c2, "hpfs_remove_btree #2")) return; in hpfs_remove_btree()
407 int c1, c2 = 0; in hpfs_truncate_btree() local
448 if (hpfs_stop_cycles(s, node, &c1, &c2, "hpfs_truncate_btree")) in hpfs_truncate_btree()
A Ddir.c74 int c1, c2 = 0; in hpfs_readdir() local
128 if (hpfs_stop_cycles(inode->i_sb, ctx->pos, &c1, &c2, "hpfs_readdir")) { in hpfs_readdir()
A Dsuper.c102 int hpfs_stop_cycles(struct super_block *s, int key, int *c1, int *c2, in hpfs_stop_cycles() argument
105 if (*c2 && *c1 == key) { in hpfs_stop_cycles()
110 if (!((*c2 - 1) & *c2)) *c1 = key; in hpfs_stop_cycles()
/fs/nfsd/
A Dfilecache.c80 nfsd_match_cred(const struct cred *c1, const struct cred *c2) in nfsd_match_cred() argument
84 if (!uid_eq(c1->fsuid, c2->fsuid)) in nfsd_match_cred()
86 if (!gid_eq(c1->fsgid, c2->fsgid)) in nfsd_match_cred()
88 if (c1->group_info == NULL || c2->group_info == NULL) in nfsd_match_cred()
89 return c1->group_info == c2->group_info; in nfsd_match_cred()
90 if (c1->group_info->ngroups != c2->group_info->ngroups) in nfsd_match_cred()
92 for (i = 0; i < c1->group_info->ngroups; i++) { in nfsd_match_cred()
93 if (!gid_eq(c1->group_info->gid[i], c2->group_info->gid[i])) in nfsd_match_cred()
/fs/ntfs3/
A Dnamei.c448 unsigned char c1, c2; in ntfs_d_compare() local
457 if ((c1 = *n1++) == (c2 = *n2++)) in ntfs_d_compare()
460 if (c1 >= 0x80 || c2 >= 0x80) in ntfs_d_compare()
463 if (toupper(c1) != toupper(c2)) in ntfs_d_compare()
/fs/smb/client/
A Ddir.c877 wchar_t c1, c2; local
891 l1 = codepage->char2uni(&str[i], len - i, &c1);
913 if (cifs_toupper(c1) != cifs_toupper(c2))
A Ddfs_cache.c511 wchar_t c1, c2; in dfs_path_equal() local
517 l1 = cache_cp->char2uni(&s1[i], len1 - i, &c1); in dfs_path_equal()
527 if (cifs_toupper(c1) != cifs_toupper(c2)) in dfs_path_equal()
/fs/exfat/
A Dnamei.c110 wchar_t c1, c2; in exfat_d_cmp() local
117 charlen = t->char2uni(&name->name[i], alen - i, &c1); in exfat_d_cmp()
123 if (exfat_toupper(sb, c1) != exfat_toupper(sb, c2)) in exfat_d_cmp()
/fs/ubifs/
A Dsuper.c2228 struct ubifs_info *c1 = fc->s_fs_info; in sb_test() local
2231 return c->vi.cdev == c1->vi.cdev; in sb_test()
2277 struct ubifs_info *c1 = sb->s_fs_info; in ubifs_get_tree() local
2281 if (!!(fc->sb_flags & SB_RDONLY) != c1->ro_mount) { in ubifs_get_tree()
/fs/
A Dnamei.c3284 struct dentry *lock_rename_child(struct dentry *c1, struct dentry *p2) in lock_rename_child() argument
3286 if (READ_ONCE(c1->d_parent) == p2) { in lock_rename_child()
3295 if (likely(c1->d_parent == p2)) in lock_rename_child()
3305 mutex_lock(&c1->d_sb->s_vfs_rename_mutex); in lock_rename_child()
3309 if (likely(c1->d_parent != p2)) in lock_rename_child()
3310 return lock_two_directories(c1->d_parent, p2); in lock_rename_child()
3318 mutex_unlock(&c1->d_sb->s_vfs_rename_mutex); in lock_rename_child()

Completed in 51 milliseconds