Home
last modified time | relevance | path

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

/Linux-v4.19/fs/hfsplus/
Dunicode.c389 int casefold, decompose, size, len; in hfsplus_hash_dentry() local
395 casefold = test_bit(HFSPLUS_SB_CASEFOLD, &HFSPLUS_SB(sb)->flags); in hfsplus_hash_dentry()
413 if (casefold) in hfsplus_hash_dentry()
415 if (!casefold || c2) in hfsplus_hash_dentry()
420 if (casefold) in hfsplus_hash_dentry()
422 if (!casefold || c2) in hfsplus_hash_dentry()
440 int casefold, decompose, size; in hfsplus_compare_dentry() local
448 casefold = test_bit(HFSPLUS_SB_CASEFOLD, &HFSPLUS_SB(sb)->flags); in hfsplus_compare_dentry()
490 if (casefold) { in hfsplus_compare_dentry()