Home
last modified time | relevance | path

Searched refs:casefolded (Results 1 – 4 of 4) sorted by relevance

/third_party/f2fs-tools/fsck/
Dfsck.c1452 static int f2fs_check_hash_code(int encoding, int casefolded, in f2fs_check_hash_code() argument
1457 if (enc_name && casefolded) in f2fs_check_hash_code()
1460 f2fs_hash_t hash_code = f2fs_dentry_hash(encoding, casefolded, name, len); in f2fs_check_hash_code()
1517 int casefolded, in __chk_dots_dentries() argument
1551 if (f2fs_check_hash_code(get_encoding(sbi), casefolded, dentry, name, len, enc_name)) in __chk_dots_dentries()
1571 static int __chk_dentries(struct f2fs_sb_info *sbi, int casefolded, in __chk_dentries() argument
1666 ret = __chk_dots_dentries(sbi, casefolded, &dentry[i], in __chk_dentries()
1692 if (f2fs_check_hash_code(get_encoding(sbi), casefolded, dentry + i, name, name_len, enc_name)) in __chk_dentries()
1796 int fsck_chk_dentry_blk(struct f2fs_sb_info *sbi, int casefolded, u32 blk_addr, in fsck_chk_dentry_blk() argument
1819 dentries = __chk_dentries(sbi, casefolded, child, in fsck_chk_dentry_blk()
[all …]
/third_party/f2fs-tools/lib/
Dlibf2fs.c477 f2fs_hash_t f2fs_dentry_hash(int encoding, int casefolded, in f2fs_dentry_hash() argument
484 if (len && casefolded) { in f2fs_dentry_hash()
/third_party/python/Doc/whatsnew/
D3.3.rst852 casefolded copy of the string, casefolded strings may be used for caseless
/third_party/python/Doc/library/
Dstdtypes.rst1559 Return a casefolded copy of the string. Casefolded strings may be used for