Searched refs:casefold (Results 1 – 8 of 8) sorted by relevance
/linux-5.19.10/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-5.19.10/fs/ext4/ |
D | sysfs.c | 313 EXT4_ATTR_FEATURE(casefold); 333 ATTR_LIST(casefold),
|
D | ext4.h | 2132 EXT4_FEATURE_INCOMPAT_FUNCS(casefold, CASEFOLD) in EXT4_FEATURE_COMPAT_FUNCS()
|
/linux-5.19.10/fs/f2fs/ |
D | sysfs.c | 828 F2FS_FEATURE_RO_ATTR(casefold); 965 ATTR_LIST(casefold), 994 F2FS_SB_FEATURE_RO_ATTR(casefold, CASEFOLD);
|
D | f2fs.h | 4326 F2FS_FEATURE_FUNCS(casefold, CASEFOLD);
|
/linux-5.19.10/Documentation/ABI/testing/ |
D | sysfs-fs-f2fs | 243 verity, sb_checksum, casefold, readonly, compression, pin_file. 253 verity, sb_checksum, casefold, readonly, compression. 264 casefold, readonly, compression, test_dummy_encryption_v2,
|
/linux-5.19.10/Documentation/admin-guide/ |
D | ext4.rst | 111 casefold feature, which stores the filesystem-wide encoding
|
/linux-5.19.10/Documentation/filesystems/ |
D | fscrypt.rst | 552 encryption policy was specified but the directory has the casefold
|