n_used_hotfixes 138 fs/hpfs/map.c u32 n_hotfixes, n_used_hotfixes; n_used_hotfixes 142 fs/hpfs/map.c n_used_hotfixes = le32_to_cpu(spareblock->n_spares_used); n_used_hotfixes 144 fs/hpfs/map.c if (n_hotfixes > 256 || n_used_hotfixes > n_hotfixes) { n_used_hotfixes 145 fs/hpfs/map.c hpfs_error(s, "invalid number of hotfixes: %u, used: %u", n_hotfixes, n_used_hotfixes); n_used_hotfixes 152 fs/hpfs/map.c for (i = 0; i < n_used_hotfixes; i++) { n_used_hotfixes 156 fs/hpfs/map.c hpfs_sb(s)->n_hotfixes = n_used_hotfixes;