Searched refs:casefolded (Results 1 - 2 of 2) sorted by relevance
/third_party/f2fs-tools/fsck/ |
H A D | fsck.c | 1457 static int f2fs_check_hash_code(int encoding, int casefolded, in f2fs_check_hash_code() argument 1462 if (enc_name && casefolded) in f2fs_check_hash_code() 1465 f2fs_hash_t hash_code = f2fs_dentry_hash(encoding, casefolded, name, len); in f2fs_check_hash_code() 1522 int casefolded, in __chk_dots_dentries() 1556 if (f2fs_check_hash_code(get_encoding(sbi), casefolded, dentry, name, len, enc_name)) in __chk_dots_dentries() 1576 static int __chk_dentries(struct f2fs_sb_info *sbi, int casefolded, in __chk_dentries() argument 1671 ret = __chk_dots_dentries(sbi, casefolded, &dentry[i], in __chk_dentries() 1697 if (f2fs_check_hash_code(get_encoding(sbi), casefolded, dentry + i, name, name_len, enc_name)) in __chk_dentries() 1801 int fsck_chk_dentry_blk(struct f2fs_sb_info *sbi, int casefolded, u32 blk_addr, in fsck_chk_dentry_blk() argument 1824 dentries = __chk_dentries(sbi, casefolded, chil in fsck_chk_dentry_blk() 1521 __chk_dots_dentries(struct f2fs_sb_info *sbi, int casefolded, struct f2fs_dir_entry *dentry, struct child_info *child, u8 *name, int len, __u8 (*filename)[F2FS_SLOT_LEN], int enc_name) __chk_dots_dentries() argument 1849 fsck_chk_data_blk(struct f2fs_sb_info *sbi, int casefolded, u32 blk_addr, struct child_info *child, int last_blk, enum FILE_TYPE ftype, u32 parent_nid, u16 idx_in_node, u8 ver, int enc_name) fsck_chk_data_blk() argument [all...] |
/third_party/f2fs-tools/lib/ |
H A D | libf2fs.c | 474 f2fs_hash_t f2fs_dentry_hash(int encoding, int casefolded, in f2fs_dentry_hash() argument 481 if (len && casefolded) { in f2fs_dentry_hash()
|
Completed in 6 milliseconds