Home
last modified time | relevance | path

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

/linux-4.4.14/fs/hfsplus/
Dunicode.c394 const u16 *dstr1, *dstr2; in hfsplus_compare_dentry() local
406 dstr1 = dstr2 = NULL; in hfsplus_compare_dentry()
429 dstr2 = decompose_unichar(c, &dsize2); in hfsplus_compare_dentry()
430 if (!decompose || !dstr2) { in hfsplus_compare_dentry()
432 dstr2 = &c2; in hfsplus_compare_dentry()
438 c2 = *dstr2; in hfsplus_compare_dentry()
448 dstr2++; in hfsplus_compare_dentry()
460 dstr2++; in hfsplus_compare_dentry()