Home
last modified time | relevance | path

Searched refs:casefold (Results 1 – 18 of 18) sorted by relevance

/linux/fs/hfsplus/
H A Dunicode.c442 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 Dtmpfs.rst247 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 Df2fs.rst393 that do not have the casefold feature enabled.
H A Dfscrypt.rst715 encryption policy was specified but the directory has the casefold
/linux/fs/overlayfs/
H A Dovl_entry.h94 bool casefold; member
H A Dsuper.c1060 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 Dparams.c310 ofs->casefold = is_casefolded; in ovl_mount_dir_check()
314 if (ofs->casefold != is_casefolded) { in ovl_mount_dir_check()
H A Dreaddir.c321 if (ofs->casefold) in ovl_fill_merge()
443 if (ofs->casefold) in ovl_dir_read_merged()
H A Dnamei.c254 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 Dinode.c1266 WARN_ON_ONCE(!!IS_CASEFOLDED(inode) != ofs->casefold); in ovl_get_inode()
H A Ddir.c187 if (!err && ofs->casefold != ovl_dentry_casefolded(newdentry)) { in ovl_create_real()
/linux/fs/ext4/
H A Dsysfs.c358 EXT4_ATTR_FEATURE(casefold);
381 ATTR_LIST(casefold),
H A Dext4.h2227 EXT4_FEATURE_INCOMPAT_FUNCS(casefold, CASEFOLD) in EXT4_FEATURE_COMPAT_FUNCS()
/linux/fs/f2fs/
H A Dsysfs.c1379 F2FS_FEATURE_RO_ATTR(casefold);
1545 BASE_ATTR_LIST(casefold),
1587 F2FS_SB_FEATURE_RO_ATTR(casefold, CASEFOLD);
H A Df2fs.h4812 F2FS_FEATURE_FUNCS(casefold, CASEFOLD);
/linux/Documentation/ABI/testing/
H A Dsysfs-fs-f2fs251 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 Dext4.rst111 casefold feature, which stores the filesystem-wide encoding
/linux/mm/
H A Dshmem.c5389 TMPFS_ATTR_RO(casefold, casefold_show);