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

/linux-master/fs/hpfs/
H A Dmap.c138 u32 n_hotfixes, n_used_hotfixes; local
141 n_hotfixes = le32_to_cpu(spareblock->n_spares);
144 if (n_hotfixes > 256 || n_used_hotfixes > n_hotfixes) {
145 hpfs_error(s, "invalid number of hotfixes: %u, used: %u", n_hotfixes, n_used_hotfixes);
154 hpfs_sb(s)->hotfix_to[i] = le32_to_cpu(directory[n_hotfixes + i]);
156 hpfs_sb(s)->n_hotfixes = n_used_hotfixes;
H A Dbuffer.c18 for (i = 0; unlikely(i < sbi->n_hotfixes); i++) {
30 for (i = 0; unlikely(i < sbi->n_hotfixes); i++) {
H A Dhpfs_fn.h92 unsigned n_hotfixes; member in struct:hpfs_sb_info

Completed in 286 milliseconds