Searched refs:casefold (Results 1 – 9 of 9) sorted by relevance
| /fs/hfsplus/ |
| A D | unicode.c | 396 int casefold, decompose, size, len; in hfsplus_hash_dentry() local 402 casefold = test_bit(HFSPLUS_SB_CASEFOLD, &HFSPLUS_SB(sb)->flags); in hfsplus_hash_dentry() 420 if (casefold) in hfsplus_hash_dentry() 422 if (!casefold || c2) in hfsplus_hash_dentry() 427 if (casefold) in hfsplus_hash_dentry() 429 if (!casefold || c2) in hfsplus_hash_dentry() 447 int casefold, decompose, size; in hfsplus_compare_dentry() local 455 casefold = test_bit(HFSPLUS_SB_CASEFOLD, &HFSPLUS_SB(sb)->flags); in hfsplus_compare_dentry() 497 if (casefold) { in hfsplus_compare_dentry()
|
| /fs/bcachefs/ |
| A D | inode_format.h | 122 x(casefold, 8)
|
| A D | inode.h | 254 : c->opts.casefold; in bch2_inode_casefold()
|
| A D | fs.c | 1643 bool casefold; member 1663 if (s->casefold != bch2_inode_casefold(c, bi)) { in fssetxattr_inode_update_fn() 1664 int ret = bch2_inode_set_casefold(trans, inode_inum(inode), bi, s->casefold); in fssetxattr_inode_update_fn() 1717 s.casefold = (fa->flags & FS_CASEFOLD_FL) != 0; in bch2_fileattr_set()
|
| A D | opts.h | 232 x(casefold, u8, \
|
| /fs/ext4/ |
| A D | sysfs.c | 325 EXT4_ATTR_FEATURE(casefold); 345 ATTR_LIST(casefold),
|
| A D | ext4.h | 2165 EXT4_FEATURE_INCOMPAT_FUNCS(casefold, CASEFOLD) in EXT4_FEATURE_COMPAT_FUNCS()
|
| /fs/f2fs/ |
| A D | sysfs.c | 1248 F2FS_FEATURE_RO_ATTR(casefold); 1403 BASE_ATTR_LIST(casefold), 1444 F2FS_SB_FEATURE_RO_ATTR(casefold, CASEFOLD);
|
| A D | f2fs.h | 4647 F2FS_FEATURE_FUNCS(casefold, CASEFOLD);
|
Completed in 48 milliseconds