Home
last modified time | relevance | path

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

/openbmc/linux/fs/hpfs/
H A Dbuffer.c19 if (sbi->hotfix_from[i] == sec) { in hpfs_search_hotfix_map()
31 if (sbi->hotfix_from[i] >= sec && sbi->hotfix_from[i] < sec + n) { in hpfs_search_hotfix_map_for_range()
32 n = sbi->hotfix_from[i] - sec; in hpfs_search_hotfix_map_for_range()
H A Dhpfs_fn.h93 secno hotfix_from[256]; member
H A Dmap.c153 hpfs_sb(s)->hotfix_from[i] = le32_to_cpu(directory[i]); in hpfs_load_hotfix_map()