Searched refs:n_hotfixes (Results 1 – 3 of 3) sorted by relevance
138 u32 n_hotfixes, n_used_hotfixes; in hpfs_load_hotfix_map() local141 n_hotfixes = le32_to_cpu(spareblock->n_spares); in hpfs_load_hotfix_map()144 if (n_hotfixes > 256 || n_used_hotfixes > n_hotfixes) { in hpfs_load_hotfix_map()145 hpfs_error(s, "invalid number of hotfixes: %u, used: %u", n_hotfixes, n_used_hotfixes); in hpfs_load_hotfix_map()154 hpfs_sb(s)->hotfix_to[i] = le32_to_cpu(directory[n_hotfixes + i]); in hpfs_load_hotfix_map()156 hpfs_sb(s)->n_hotfixes = n_used_hotfixes; in hpfs_load_hotfix_map()
18 for (i = 0; unlikely(i < sbi->n_hotfixes); i++) { in hpfs_search_hotfix_map()30 for (i = 0; unlikely(i < sbi->n_hotfixes); i++) { in hpfs_search_hotfix_map_for_range()
92 unsigned n_hotfixes; member