Home
last modified time | relevance | path

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

/linux-6.1.9/fs/hpfs/
Dmap.c24 hpfs_error(s, "hpfs_map_bitmap called with bad parameter: %08x at %s", bmp_block, id); in hpfs_map_bitmap()
29 hpfs_error(s, "invalid bitmap block pointer %08x -> %08x at %s", bmp_block, sec, id); in hpfs_map_bitmap()
145 hpfs_error(s, "invalid number of hotfixes: %u, used: %u", n_hotfixes, n_used_hotfixes); in hpfs_load_hotfix_map()
149 hpfs_error(s, "can't load hotfix map"); in hpfs_load_hotfix_map()
175 hpfs_error(s, "bad magic on fnode %08lx", in hpfs_map_fnode()
182 hpfs_error(s, in hpfs_map_fnode()
189 hpfs_error(s, in hpfs_map_fnode()
197 hpfs_error(s, in hpfs_map_fnode()
207 hpfs_error(s, "bad EA in fnode %08lx", in hpfs_map_fnode()
228 hpfs_error(s, "bad magic on anode %08x", ano); in hpfs_map_anode()
[all …]
Ddnode.c144 hpfs_error(s, "set_last_pointer: empty dnode %08x", le32_to_cpu(d->self)); in set_last_pointer()
149 hpfs_error(s, "set_last_pointer: dnode %08x has already last pointer %08x", in set_last_pointer()
154 hpfs_error(s, "set_last_pointer: bad last dirent in dnode %08x", le32_to_cpu(d->self)); in set_last_pointer()
161 hpfs_error(s, "set_last_pointer: too long dnode %08x", le32_to_cpu(d->self)); in set_last_pointer()
183 hpfs_error(s, "name (%c,%d) already exists in dnode %08x", *name, namelen, le32_to_cpu(d->self)); in hpfs_add_de()
208 hpfs_error(s, "attempt to delete last dirent in dnode %08x", le32_to_cpu(d->self)); in hpfs_delete_de()
258 hpfs_error(i->i_sb, "%s(): namelen == %d", __func__, namelen); in hpfs_add_to_dnode()
305 hpfs_error(i->i_sb, "unable to alloc dnode - dnode tree will be corrupted"); in hpfs_add_to_dnode()
342 hpfs_error(i->i_sb, "unable to alloc dnode - dnode tree will be corrupted"); in hpfs_add_to_dnode()
451 hpfs_error(i->i_sb, "move_to_top: up pointer from %08x should be %08x, is %08x", in move_to_top()
[all …]
Dalloc.c17 hpfs_error(s, "free count underflow, allocating sector %08x", sec); in hpfs_claim_alloc()
30 hpfs_error(s, "free count overflow, freeing sector %08x", sec); in hpfs_claim_free()
43 hpfs_error(s, "dirband free count underflow, allocating sector %08x", sec); in hpfs_claim_dirband_alloc()
56 hpfs_error(s, "dirband free count overflow, freeing sector %08x", sec); in hpfs_claim_dirband_free()
75 hpfs_error(s, "sector '%s' - %08x not allocated in bitmap", msg, sec); in chk_if_allocated()
83 hpfs_error(s, "sector '%s' - %08x not allocated in directory bitmap", msg, sec); in chk_if_allocated()
104 hpfs_error(s, "sector(s) '%s' badly placed at %08x", msg, start); in hpfs_chk_sectors()
126 hpfs_error(s, "Bad allocation size: %d", n); in alloc_in_bmp()
182 hpfs_error(s, "Allocation doesn't work! Wanted %d, allocated at %08x", n, ret); in alloc_in_bmp()
268hpfs_error(s, "Prealloc doesn't work! Wanted %d, allocated at %08x, can't allocate %d", forward, s… in hpfs_alloc_sector()
[all …]
Ddir.c99 hpfs_error(inode->i_sb, "not a directory, fnode %08lx", in hpfs_readdir()
104hpfs_error(inode->i_sb, "corrupted inode: i_dno == %08x, fnode -> dnode == %08x", hpfs_inode->i_dn… in hpfs_readdir()
164 hpfs_error(inode->i_sb, "hpfs_readdir: bad ^A^A entry; pos = %08lx", (unsigned long)ctx->pos); in hpfs_readdir()
166 hpfs_error(inode->i_sb, "hpfs_readdir: bad \\377 entry; pos = %08lx", (unsigned long)ctx->pos); in hpfs_readdir()
246 hpfs_error(dir->i_sb, "hpfs_lookup: can't get inode"); in hpfs_lookup()
269hpfs_error(result->i_sb, "ACLs or XPERM found. This is probably HPFS386. This driver doesn't suppo… in hpfs_lookup()
Dea.c22 hpfs_error(s, "EAs don't end correctly, %s %08x, len %08x", in hpfs_ea_ext_remove()
29 hpfs_error(s, "ea_indirect(ea) set while ea->valuelen!=8, %s %08x, pos %08x", in hpfs_ea_ext_remove()
100 hpfs_error(s, "EAs don't end correctly, %s %08x, len %08x", in hpfs_read_ea()
158 hpfs_error(s, "EAs don't end correctly, %s %08x, len %08x", in hpfs_get_ea()
219 hpfs_error(s, "EAs don't end correctly, %s %08x, len %08x", in hpfs_set_ea()
248 hpfs_error(s, "fnode %08lx: ea_offs == %03x, ea_size_s == %03x", in hpfs_set_ea()
Dsuper.c57 void hpfs_error(struct super_block *s, const char *fmt, ...) in hpfs_error() function
105 hpfs_error(s, "cycle detected on key %08x in %s", key, msg); in hpfs_stop_cycles()
642 hpfs_error(s, "invalid size in superblock: %08x", in hpfs_fill_super()
660 hpfs_error(s, "improperly stopped"); in hpfs_fill_super()
675 hpfs_error(s, "warning: spare dnodes used, try chkdsk"); in hpfs_fill_super()
683hpfs_error(s, "dir band size mismatch: dir_band_start==%08x, dir_band_end==%08x, n_dir_band==%08x", in hpfs_fill_super()
726 hpfs_error(s, "unable to find root dir"); in hpfs_fill_super()
Danode.c33 hpfs_error(s, "sector %08x not found in internal anode %08x", sec, a); in hpfs_bplus_lookup()
54 hpfs_error(s, "sector %08x not found in external anode %08x", sec, a); in hpfs_bplus_lookup()
82 hpfs_error(s, "anode %08x has no entries", a); in hpfs_add_sector_to_btree()
99 hpfs_error(s, "allocated size %08x, trying to add sector %08x, %cnode %08x", in hpfs_add_sector_to_btree()
113 hpfs_error(s, "empty file %08x, trying to add sector %08x", node, fsecno); in hpfs_add_sector_to_btree()
320 hpfs_error(s, in hpfs_remove_btree()
432 hpfs_error(s, "internal btree %08x doesn't end with -1", node); in hpfs_truncate_btree()
460 hpfs_error(s, "there is an allocation error in file %08x, sector %08x", f, secs); in hpfs_truncate_btree()
Dnamei.c405 hpfs_error(dir->i_sb, "there was error when removing dirent"); in hpfs_unlink()
461 hpfs_error(dir->i_sb, "there was error when removing dirent"); in hpfs_rmdir()
551 hpfs_error(i->i_sb, "lookup succeeded but map dirent failed"); in hpfs_rename()
569 hpfs_error(new_dir->i_sb, "hpfs_rename: could not find dirent"); in hpfs_rename()
580 if (r == -1) hpfs_error(new_dir->i_sb, "hpfs_rename: dirent already exists!"); in hpfs_rename()
588 hpfs_error(i->i_sb, "lookup succeeded but map dirent failed at #2"); in hpfs_rename()
594 hpfs_error(i->i_sb, "hpfs_rename: could not remove dirent"); in hpfs_rename()
Dhpfs_fn.h328 void hpfs_error(struct super_block *, const char *, ...);
Dinode.c252 hpfs_error(i->i_sb, in hpfs_write_inode_nolock()