Searched refs:casefold (Results 1 – 18 of 18) sorted by relevance
| /linux/fs/hfsplus/ |
| H A D | unicode.c | 442 int casefold, decompose, size, len; in hfsplus_hash_dentry() local 448 casefold = test_bit(HFSPLUS_SB_CASEFOLD, &HFSPLUS_SB(sb)->flags); in hfsplus_hash_dentry() 466 if (casefold) in hfsplus_hash_dentry() 468 if (!casefold || c2) in hfsplus_hash_dentry() 473 if (casefold) in hfsplus_hash_dentry() 475 if (!casefold || c2) in hfsplus_hash_dentry() 494 int casefold, decompose, size; in hfsplus_compare_dentry() local 502 casefold = test_bit(HFSPLUS_SB_CASEFOLD, &HFSPLUS_SB(sb)->flags); in hfsplus_compare_dentry() 544 if (casefold) { in hfsplus_compare_dentry()
|
| /linux/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 | f2fs.rst | 393 that do not have the casefold feature enabled.
|
| H A D | fscrypt.rst | 715 encryption policy was specified but the directory has the casefold
|
| /linux/fs/overlayfs/ |
| H A D | ovl_entry.h | 94 bool casefold; member
|
| H A D | super.c | 1060 if (ofs->casefold) { in ovl_get_layers() 1125 if (ofs->casefold) { in ovl_get_layers() 1354 WARN_ON(!!IS_CASEFOLDED(d_inode(root)) != ofs->casefold); in ovl_get_root() 1367 if (ofs->casefold) { in ovl_set_d_op()
|
| H A D | params.c | 310 ofs->casefold = is_casefolded; in ovl_mount_dir_check() 314 if (ofs->casefold != is_casefolded) { in ovl_mount_dir_check()
|
| H A D | readdir.c | 321 if (ofs->casefold) in ovl_fill_merge() 443 if (ofs->casefold) in ovl_dir_read_merged()
|
| H A D | namei.c | 254 if (ofs->casefold != ovl_dentry_casefolded(base)) { in ovl_lookup_single() 269 if (ofs->casefold != ovl_dentry_casefolded(this)) { in ovl_lookup_single()
|
| H A D | inode.c | 1266 WARN_ON_ONCE(!!IS_CASEFOLDED(inode) != ofs->casefold); in ovl_get_inode()
|
| H A D | dir.c | 187 if (!err && ofs->casefold != ovl_dentry_casefolded(newdentry)) { in ovl_create_real()
|
| /linux/fs/ext4/ |
| H A D | sysfs.c | 358 EXT4_ATTR_FEATURE(casefold); 381 ATTR_LIST(casefold),
|
| H A D | ext4.h | 2227 EXT4_FEATURE_INCOMPAT_FUNCS(casefold, CASEFOLD) in EXT4_FEATURE_COMPAT_FUNCS()
|
| /linux/fs/f2fs/ |
| H A D | sysfs.c | 1379 F2FS_FEATURE_RO_ATTR(casefold); 1545 BASE_ATTR_LIST(casefold), 1587 F2FS_SB_FEATURE_RO_ATTR(casefold, CASEFOLD);
|
| H A D | f2fs.h | 4812 F2FS_FEATURE_FUNCS(casefold, CASEFOLD);
|
| /linux/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/Documentation/admin-guide/ |
| H A D | ext4.rst | 111 casefold feature, which stores the filesystem-wide encoding
|
| /linux/mm/ |
| H A D | shmem.c | 5389 TMPFS_ATTR_RO(casefold, casefold_show);
|