Searched refs:casefold (Results 1 – 13 of 13) sorted by relevance
/openbmc/linux/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()
|
/openbmc/openbmc/poky/meta/lib/oeqa/runtime/cases/ |
H A D | parselogs.py | 54 cls.errors = [s.casefold() for s in cls.errors] 67 cls.ignore_errors.append(line.casefold()) 154 line_lower = line.casefold()
|
/openbmc/bmcweb/scripts/ |
H A D | update_schemas.py | 49 key = str.casefold(key)
|
/openbmc/linux/fs/ext4/ |
H A D | sysfs.c | 315 EXT4_ATTR_FEATURE(casefold); 335 ATTR_LIST(casefold),
|
H A D | ext4.h | 2143 EXT4_FEATURE_INCOMPAT_FUNCS(casefold, CASEFOLD) in EXT4_FEATURE_COMPAT_FUNCS()
|
/openbmc/linux/fs/f2fs/ |
H A D | sysfs.c | 1056 F2FS_FEATURE_RO_ATTR(casefold); 1193 ATTR_LIST(casefold), 1224 F2FS_SB_FEATURE_RO_ATTR(casefold, CASEFOLD);
|
H A D | f2fs.h | 4468 F2FS_FEATURE_FUNCS(casefold, CASEFOLD);
|
/openbmc/openbmc/poky/scripts/lib/recipetool/ |
H A D | create.py | 951 str_a, str_b = sorted((" & ".join(a), " & ".join(b)), key=str.casefold) 955 return sorted(list(set(flattened_licenses(value, _choose))), key=str.casefold) 1026 lines.append('LICENSE = "%s"' % ' & '.join(sorted(licenses, key=str.casefold)))
|
H A D | create_go.py | 648 ' & '.join(sorted(licenses, key=str.casefold)))
|
/openbmc/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,
|
/openbmc/openbmc-tools/openbmctool/ |
H A D | openbmctool.py | 4640 if (prop.casefold() == curMode.casefold()): 4642 if (prop.casefold() == supModes.casefold()): 4668 if args.mode.casefold() not in \ 4669 (m.casefold() for m in sModes.split(',')) or not args.mode:
|
/openbmc/linux/Documentation/admin-guide/ |
H A D | ext4.rst | 111 casefold feature, which stores the filesystem-wide encoding
|
/openbmc/linux/Documentation/filesystems/ |
H A D | fscrypt.rst | 645 encryption policy was specified but the directory has the casefold
|