n_hotfixes         18 fs/hpfs/buffer.c 	for (i = 0; unlikely(i < sbi->n_hotfixes); i++) {
n_hotfixes         30 fs/hpfs/buffer.c 	for (i = 0; unlikely(i < sbi->n_hotfixes); i++) {
n_hotfixes         92 fs/hpfs/hpfs_fn.h 	unsigned n_hotfixes;
n_hotfixes        138 fs/hpfs/map.c  	u32 n_hotfixes, n_used_hotfixes;
n_hotfixes        141 fs/hpfs/map.c  	n_hotfixes = le32_to_cpu(spareblock->n_spares);
n_hotfixes        144 fs/hpfs/map.c  	if (n_hotfixes > 256 || n_used_hotfixes > n_hotfixes) {
n_hotfixes        145 fs/hpfs/map.c  		hpfs_error(s, "invalid number of hotfixes: %u, used: %u", n_hotfixes, n_used_hotfixes);
n_hotfixes        154 fs/hpfs/map.c  		hpfs_sb(s)->hotfix_to[i] = le32_to_cpu(directory[n_hotfixes + i]);
n_hotfixes        156 fs/hpfs/map.c  	hpfs_sb(s)->n_hotfixes = n_used_hotfixes;