Searched refs:casefold (Results 1 – 8 of 8) sorted by relevance
/Linux-v5.15/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.15/fs/ext4/ |
D | sysfs.c | 311 EXT4_ATTR_FEATURE(casefold); 331 ATTR_LIST(casefold),
|
D | ext4.h | 2133 EXT4_FEATURE_INCOMPAT_FUNCS(casefold, CASEFOLD) in EXT4_FEATURE_COMPAT_FUNCS()
|
/Linux-v5.15/fs/f2fs/ |
D | sysfs.c | 764 F2FS_FEATURE_RO_ATTR(casefold); 890 ATTR_LIST(casefold), 919 F2FS_SB_FEATURE_RO_ATTR(casefold, CASEFOLD);
|
D | f2fs.h | 4183 F2FS_FEATURE_FUNCS(casefold, CASEFOLD);
|
/Linux-v5.15/Documentation/ABI/testing/ |
D | sysfs-fs-f2fs | 210 verity, sb_checksum, casefold, readonly, compression, pin_file. 220 verity, sb_checksum, casefold, readonly, compression. 231 casefold, readonly, compression, test_dummy_encryption_v2,
|
/Linux-v5.15/Documentation/admin-guide/ |
D | ext4.rst | 111 casefold feature, which stores the filesystem-wide encoding
|
/Linux-v5.15/Documentation/filesystems/ |
D | fscrypt.rst | 552 encryption policy was specified but the directory has the casefold
|