Searched refs:casefold (Results 1 – 15 of 15) sorted by relevance
| /linux-6.15/fs/hfsplus/ |
| H A 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-6.15/Documentation/filesystems/bcachefs/ |
| H A D | casefolding.rst | 25 casefold the query string. 57 It would be possible to disregard the casefold cache for those cases, but it was 62 a casefold cache, and then treat the first 4 bytes the name block as lengths.
|
| /linux-6.15/Documentation/filesystems/ |
| H A D | tmpfs.rst | 247 casefold Enable casefold support at this mount point using the given 257 still set the casefold flag per directory, by flipping the +F attribute in an 263 $ mount -t tmpfs -o casefold=utf8-12.1.0,strict_encoding fs_name /mytmpfs 264 $ mount -t tmpfs -o casefold fs_name /mytmpfs
|
| H A D | fscrypt.rst | 699 encryption policy was specified but the directory has the casefold
|
| /linux-6.15/fs/bcachefs/ |
| H A D | inode_format.h | 122 x(casefold, 8)
|
| H A D | inode.h | 251 : c->opts.casefold; in bch2_inode_casefold()
|
| H A D | opts.h | 231 x(casefold, u8, \
|
| H A D | fs.c | 1646 bool casefold; member 1666 if (s->casefold != bch2_inode_casefold(c, bi)) { in fssetxattr_inode_update_fn() 1667 int ret = bch2_inode_set_casefold(trans, inode_inum(inode), bi, s->casefold); in fssetxattr_inode_update_fn() 1720 s.casefold = (fa->flags & FS_CASEFOLD_FL) != 0; in bch2_fileattr_set()
|
| /linux-6.15/fs/ext4/ |
| H A D | sysfs.c | 325 EXT4_ATTR_FEATURE(casefold); 345 ATTR_LIST(casefold),
|
| H A D | ext4.h | 2156 EXT4_FEATURE_INCOMPAT_FUNCS(casefold, CASEFOLD) in EXT4_FEATURE_COMPAT_FUNCS()
|
| /linux-6.15/fs/f2fs/ |
| H A D | sysfs.c | 1195 F2FS_FEATURE_RO_ATTR(casefold); 1343 BASE_ATTR_LIST(casefold), 1381 F2FS_SB_FEATURE_RO_ATTR(casefold, CASEFOLD);
|
| H A D | f2fs.h | 4619 F2FS_FEATURE_FUNCS(casefold, CASEFOLD);
|
| /linux-6.15/Documentation/ABI/testing/ |
| H A D | sysfs-fs-f2fs | 251 verity, sb_checksum, casefold, readonly, compression, pin_file. 261 verity, sb_checksum, casefold, readonly, compression. 272 casefold, readonly, compression, test_dummy_encryption_v2,
|
| /linux-6.15/Documentation/admin-guide/ |
| H A D | ext4.rst | 111 casefold feature, which stores the filesystem-wide encoding
|
| /linux-6.15/mm/ |
| H A D | shmem.c | 5366 TMPFS_ATTR_RO(casefold, casefold_show);
|