Home
last modified time | relevance | path

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

/linux-6.15/fs/hfsplus/
H A Dunicode.c389 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 Dcasefolding.rst25 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 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 Dfscrypt.rst699 encryption policy was specified but the directory has the casefold
/linux-6.15/fs/bcachefs/
H A Dinode_format.h122 x(casefold, 8)
H A Dinode.h251 : c->opts.casefold; in bch2_inode_casefold()
H A Dopts.h231 x(casefold, u8, \
H A Dfs.c1646 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 Dsysfs.c325 EXT4_ATTR_FEATURE(casefold);
345 ATTR_LIST(casefold),
H A Dext4.h2156 EXT4_FEATURE_INCOMPAT_FUNCS(casefold, CASEFOLD) in EXT4_FEATURE_COMPAT_FUNCS()
/linux-6.15/fs/f2fs/
H A Dsysfs.c1195 F2FS_FEATURE_RO_ATTR(casefold);
1343 BASE_ATTR_LIST(casefold),
1381 F2FS_SB_FEATURE_RO_ATTR(casefold, CASEFOLD);
H A Df2fs.h4619 F2FS_FEATURE_FUNCS(casefold, CASEFOLD);
/linux-6.15/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-6.15/Documentation/admin-guide/
H A Dext4.rst111 casefold feature, which stores the filesystem-wide encoding
/linux-6.15/mm/
H A Dshmem.c5366 TMPFS_ATTR_RO(casefold, casefold_show);