Searched refs:sb_cp_table (Results 1 – 4 of 4) sorted by relevance
102 for (i = 0; i < len; i++) to[i] = locase(hpfs_sb(s)->sb_cp_table,from[i]); in hpfs_translate_name()113 unsigned char c1 = upcase(hpfs_sb(s)->sb_cp_table,n1[i]); in hpfs_compare_names()114 unsigned char c2 = upcase(hpfs_sb(s)->sb_cp_table,n2[i]); in hpfs_compare_names()
102 kfree(sbi->sb_cp_table); in hpfs_put_super()474 sbi->sb_cp_table = NULL; in hpfs_fill_super()548 sbi->sb_cp_table = NULL; in hpfs_fill_super()611 if (!(sbi->sb_cp_table = hpfs_load_code_page(s, spareblock->code_page_dir))) in hpfs_fill_super()663 kfree(sbi->sb_cp_table); in hpfs_fill_super()
31 hash = partial_name_hash(hpfs_upcase(hpfs_sb(dentry->d_sb)->sb_cp_table,qstr->name[i]), hash); in hpfs_hash_dentry()
85 unsigned char *sb_cp_table; /* code page tables: */ member