Searched refs:c1 (Results 1 - 10 of 10) sorted by relevance

/fs/ntfs/
H A Dunistr.c103 u16 c1, c2; local
109 c1 = le16_to_cpu(*name1++);
112 if (c1 < upcase_len)
113 c1 = le16_to_cpu(upcase[c1]);
117 if (c1 < 64 && legal_ansi_char_array[c1] & 8)
119 if (c1 < c2)
121 if (c1 > c2)
129 c1
151 u16 c1, c2; local
189 u16 c1, c2; local
[all...]
/fs/hfsplus/
H A Dunicode.c34 u16 len1, len2, c1, c2; local
43 c1 = c2 = 0;
45 while (len1 && !c1) {
46 c1 = case_fold(be16_to_cpu(*p1));
56 if (c1 != c2)
57 return (c1 < c2) ? -1 : 1;
58 if (!c1 && !c2)
67 u16 len1, len2, c1, c2; local
77 c1 = be16_to_cpu(*p1);
79 if (c1 !
128 u16 cc, c0, c1; local
396 u16 c1, c2; local
[all...]
/fs/hpfs/
H A Dname.c82 unsigned char c1 = upcase(hpfs_sb(s)->sb_cp_table,n1[i]); local
84 if (c1 < c2) return -1;
85 if (c1 > c2) return 1;
H A Ddnode.c247 int c1, c2 = 0; local
266 if (hpfs_stop_cycles(i->i_sb, dno, &c1, &c2, "hpfs_add_to_dnode")) {
393 int c1, c2 = 0; local
397 if (hpfs_stop_cycles(i->i_sb, dno, &c1, &c2, "hpfs_add_dirent")) return 1;
439 int c1, c2 = 0; local
443 if (hpfs_stop_cycles(i->i_sb, dno, &c1, &c2, "move_to_top"))
523 int c1, c2 = 0; local
525 if (hpfs_stop_cycles(i->i_sb, dno, &c1, &c2, "delete_empty_dnode")) return;
748 int c1, c2 = 0; local
753 if (hpfs_stop_cycles(s, dno, &c1,
822 int c1, c2 = 0; local
914 int c1, c2 = 0; local
1008 int c1, c2 = 0; local
[all...]
H A Danode.c20 int c1, c2 = 0; local
22 if (hpfs_sb(s)->sb_chk) if (hpfs_stop_cycles(s, a, &c1, &c2, "hpfs_bplus_lookup")) return -1;
70 int c1, c2 = 0; local
91 if (hpfs_stop_cycles(s, a, &c1, &c2, "hpfs_add_sector_to_btree #1")) return -1;
167 if (hpfs_stop_cycles(s, up, &c1, &c2, "hpfs_add_sector_to_btree #2")) return -1;
282 int c1, c2 = 0; local
303 if (hpfs_stop_cycles(s, ano, &c1, &c2, "hpfs_remove_btree #2")) return;
406 int c1, c2 = 0; local
447 if (hpfs_stop_cycles(s, node, &c1, &c2, "hpfs_truncate_btree"))
H A Ddir.c69 int c1, c2 = 0; local
123 if (hpfs_stop_cycles(inode->i_sb, ctx->pos, &c1, &c2, "hpfs_readdir")) {
H A Dsuper.c96 int hpfs_stop_cycles(struct super_block *s, int key, int *c1, int *c2, argument
99 if (*c2 && *c1 == key) {
104 if (!((*c2 - 1) & *c2)) *c1 = key;
/fs/adfs/
H A Ddir.c112 char c1, c2; local
114 c1 = name->name[i];
117 if (c1 >= 'A' && c1 <= 'Z')
118 c1 += 'a' - 'A';
122 if (c1 != c2)
/fs/cifs/
H 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))
/fs/ubifs/
H A Dsuper.c2080 struct ubifs_info *c1 = data; local
2083 return c->vi.cdev == c1->vi.cdev;
2130 struct ubifs_info *c1 = sb->s_fs_info; local
2134 if (!!(flags & MS_RDONLY) != c1->ro_mount) {

Completed in 299 milliseconds