Home
last modified time | relevance | path

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

/linux-4.19.296/fs/hpfs/
Dname.c71 for (i = 0; i < len; i++) to[i] = locase(hpfs_sb(s)->sb_cp_table,from[i]); in hpfs_translate_name()
83 unsigned char c1 = upcase(hpfs_sb(s)->sb_cp_table,n1[i]); in hpfs_compare_names()
84 unsigned char c2 = upcase(hpfs_sb(s)->sb_cp_table,n2[i]); in hpfs_compare_names()
Ddentry.c32 hash = partial_name_hash(hpfs_upcase(hpfs_sb(dentry->d_sb)->sb_cp_table,qstr->name[i]), hash); in hpfs_hash_dentry()
Dsuper.c114 kfree(sbi->sb_cp_table); in free_sbi()
641 sbi->sb_cp_table = NULL; in hpfs_fill_super()
705 if (!(sbi->sb_cp_table = hpfs_load_code_page(s, le32_to_cpu(spareblock->code_page_dir)))) in hpfs_fill_super()
Dhpfs_fn.h83 unsigned char *sb_cp_table; /* code page tables: */ member