Home
last modified time | relevance | path

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

/fs/hpfs/
Dmap.c137 u32 n_hotfixes, n_used_hotfixes; in hpfs_load_hotfix_map() local
140 n_hotfixes = le32_to_cpu(spareblock->n_spares); in hpfs_load_hotfix_map()
143 if (n_hotfixes > 256 || n_used_hotfixes > n_hotfixes) { in hpfs_load_hotfix_map()
144 hpfs_error(s, "invalid number of hotfixes: %u, used: %u", n_hotfixes, n_used_hotfixes); in hpfs_load_hotfix_map()
153 hpfs_sb(s)->hotfix_to[i] = le32_to_cpu(directory[n_hotfixes + i]); in hpfs_load_hotfix_map()
155 hpfs_sb(s)->n_hotfixes = n_used_hotfixes; in hpfs_load_hotfix_map()
Dbuffer.c17 for (i = 0; unlikely(i < sbi->n_hotfixes); i++) { in hpfs_search_hotfix_map()
29 for (i = 0; unlikely(i < sbi->n_hotfixes); i++) { in hpfs_search_hotfix_map_for_range()
Dhpfs_fn.h92 unsigned n_hotfixes; member