Searched refs:casefold (Results 1 – 6 of 6) sorted by relevance
| /Linux-v5.4/fs/hfsplus/ |
| D | unicode.c | 389 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()
|
| /Linux-v5.4/fs/ext4/ |
| D | sysfs.c | 243 EXT4_ATTR_FEATURE(casefold); 258 ATTR_LIST(casefold),
|
| D | ext4.h | 1812 EXT4_FEATURE_INCOMPAT_FUNCS(casefold, CASEFOLD) in EXT4_FEATURE_COMPAT_FUNCS()
|
| /Linux-v5.4/fs/f2fs/ |
| D | sysfs.c | 502 F2FS_FEATURE_RO_ATTR(casefold, FEAT_CASEFOLD); 571 ATTR_LIST(casefold),
|
| D | f2fs.h | 3602 F2FS_FEATURE_FUNCS(casefold, CASEFOLD);
|
| /Linux-v5.4/Documentation/admin-guide/ |
| D | ext4.rst | 109 casefold feature, which stores the filesystem-wide encoding
|