Home
last modified time | relevance | path

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

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