Home
last modified time | relevance | path

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

/linux-5.19.10/fs/hpfs/
Dmap.c138 u32 n_hotfixes, n_used_hotfixes; in hpfs_load_hotfix_map() local
142 n_used_hotfixes = le32_to_cpu(spareblock->n_spares_used); 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()
152 for (i = 0; i < n_used_hotfixes; i++) { in hpfs_load_hotfix_map()
156 hpfs_sb(s)->n_hotfixes = n_used_hotfixes; in hpfs_load_hotfix_map()