Searched refs:n_used_hotfixes (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/fs/hpfs/ |
H A D | map.c | 138 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()
|
/kernel/linux/linux-6.6/fs/hpfs/ |
H A D | map.c | 138 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()
|
Completed in 2 milliseconds