Searched refs:sb_cp_table (Results 1 – 4 of 4) sorted by relevance
69 for (i = 0; i < len; i++) to[i] = locase(hpfs_sb(s)->sb_cp_table,from[i]); in hpfs_translate_name()81 unsigned char c1 = upcase(hpfs_sb(s)->sb_cp_table,n1[i]); in hpfs_compare_names()82 unsigned char c2 = upcase(hpfs_sb(s)->sb_cp_table,n2[i]); in hpfs_compare_names()
112 kfree(sbi->sb_cp_table); in hpfs_put_super()479 sbi->sb_cp_table = NULL; in hpfs_fill_super()553 sbi->sb_cp_table = NULL; in hpfs_fill_super()616 if (!(sbi->sb_cp_table = hpfs_load_code_page(s, le32_to_cpu(spareblock->code_page_dir)))) in hpfs_fill_super()669 kfree(sbi->sb_cp_table); in hpfs_fill_super()
32 hash = partial_name_hash(hpfs_upcase(hpfs_sb(dentry->d_sb)->sb_cp_table,qstr->name[i]), hash); in hpfs_hash_dentry()
82 unsigned char *sb_cp_table; /* code page tables: */ member