Home
last modified time | relevance | path

Searched refs:cur2 (Results 1 – 2 of 2) sorted by relevance

/fs/unicode/
Dutf8-core.c23 struct utf8cursor cur1, cur2; in utf8_strncmp() local
29 if (utf8ncursor(&cur2, um, UTF8_NFDI, s2->name, s2->len) < 0) in utf8_strncmp()
34 c2 = utf8byte(&cur2); in utf8_strncmp()
49 struct utf8cursor cur1, cur2; in utf8_strncasecmp() local
55 if (utf8ncursor(&cur2, um, UTF8_NFDICF, s2->name, s2->len) < 0) in utf8_strncasecmp()
60 c2 = utf8byte(&cur2); in utf8_strncasecmp()
/fs/btrfs/
Dsend.c3916 struct recorded_ref *cur2; in process_recorded_refs() local
4140 list_for_each_entry(cur2, &sctx->new_refs, list) { in process_recorded_refs()
4141 if (cur == cur2) in process_recorded_refs()
4143 if (cur2->dir == cur->dir) { in process_recorded_refs()