Home
last modified time | relevance | path

Searched refs:cf_encoding (Results 1 – 7 of 7) sorted by relevance

/linux-6.15/fs/bcachefs/
H A Dstr_hash.h36 struct unicode_map *cf_encoding; member
50 .cf_encoding = bch2_inode_casefold(c, bi) ? c->cf_encoding : NULL, in bch2_hash_info_init()
H A Ddirent.h33 if (likely(!info->cf_encoding)) { in bch2_maybe_casefold()
H A Ddirent.c27 ret = utf8_casefold(info->cf_encoding, str, buf, BCH_NAME_MAX + 1); in bch2_casefold()
304 if (hash_info->cf_encoding && !cf_name) { in dirent_create_key()
467 dst_hash->cf_encoding ? &dst_name_lookup : NULL, 0); in bch2_dirent_rename()
478 src_hash->cf_encoding ? &src_name_lookup : NULL, 0); in bch2_dirent_rename()
H A Dsuper.c540 utf8_unload(c->cf_encoding); in __bch2_fs_free()
936 c->cf_encoding = utf8_load(BCH_FS_DEFAULT_UTF8_ENCODING); in bch2_fs_alloc()
937 if (IS_ERR(c->cf_encoding)) { in bch2_fs_alloc()
H A Dbcachefs.h795 struct unicode_map *cf_encoding; member
H A Dfs.c2548 sb->s_encoding = c->cf_encoding; in bch2_fs_get_tree()
H A Dfsck.c2194 if (fsck_err_on(d.v->d_casefold != !!hash_info->cf_encoding, in check_dirent()