Home
last modified time | relevance | path

Searched refs:hpfs_load_code_page (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/fs/hpfs/
H A Dhpfs_fn.h292 unsigned char *hpfs_load_code_page(struct super_block *, secno);
H A Dmap.c57 unsigned char *hpfs_load_code_page(struct super_block *s, secno cps) in hpfs_load_code_page() function
H A Dsuper.c701 if (!(sbi->sb_cp_table = hpfs_load_code_page(s, le32_to_cpu(spareblock->code_page_dir)))) in hpfs_fill_super()