Home
last modified time | relevance | path

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

/linux-4.4.14/fs/hpfs/
Dmap.c23 hpfs_error(s, "hpfs_map_bitmap called with bad parameter: %08x at %s", bmp_block, id); in hpfs_map_bitmap()
28 hpfs_error(s, "invalid bitmap block pointer %08x -> %08x at %s", bmp_block, sec, id); in hpfs_map_bitmap()
144 hpfs_error(s, "invalid number of hotfixes: %u, used: %u", n_hotfixes, n_used_hotfixes); in hpfs_load_hotfix_map()
148 hpfs_error(s, "can't load hotfix map"); in hpfs_load_hotfix_map()
174 hpfs_error(s, "bad magic on fnode %08lx", in hpfs_map_fnode()
181 hpfs_error(s, in hpfs_map_fnode()
188 hpfs_error(s, in hpfs_map_fnode()
196 hpfs_error(s, in hpfs_map_fnode()
206 hpfs_error(s, "bad EA in fnode %08lx", in hpfs_map_fnode()
227 hpfs_error(s, "bad magic on anode %08x", ano); in hpfs_map_anode()
[all …]
Ddnode.c140 hpfs_error(s, "set_last_pointer: empty dnode %08x", le32_to_cpu(d->self)); in set_last_pointer()
145 hpfs_error(s, "set_last_pointer: dnode %08x has already last pointer %08x", in set_last_pointer()
150 hpfs_error(s, "set_last_pointer: bad last dirent in dnode %08x", le32_to_cpu(d->self)); in set_last_pointer()
157 hpfs_error(s, "set_last_pointer: too long dnode %08x", le32_to_cpu(d->self)); in set_last_pointer()
179 hpfs_error(s, "name (%c,%d) already exists in dnode %08x", *name, namelen, le32_to_cpu(d->self)); in hpfs_add_de()
204 hpfs_error(s, "attempt to delete last dirent in dnode %08x", le32_to_cpu(d->self)); in hpfs_delete_de()
254 hpfs_error(i->i_sb, "%s(): namelen == %d", __func__, namelen); in hpfs_add_to_dnode()
301 hpfs_error(i->i_sb, "unable to alloc dnode - dnode tree will be corrupted"); in hpfs_add_to_dnode()
338 hpfs_error(i->i_sb, "unable to alloc dnode - dnode tree will be corrupted"); in hpfs_add_to_dnode()
448 hpfs_error(i->i_sb, "move_to_top: up pointer from %08x should be %08x, is %08x", in move_to_top()
[all …]
Dalloc.c16 hpfs_error(s, "free count underflow, allocating sector %08x", sec); in hpfs_claim_alloc()
29 hpfs_error(s, "free count overflow, freeing sector %08x", sec); in hpfs_claim_free()
42 hpfs_error(s, "dirband free count underflow, allocating sector %08x", sec); in hpfs_claim_dirband_alloc()
55 hpfs_error(s, "dirband free count overflow, freeing sector %08x", sec); in hpfs_claim_dirband_free()
74 hpfs_error(s, "sector '%s' - %08x not allocated in bitmap", msg, sec); in chk_if_allocated()
82 hpfs_error(s, "sector '%s' - %08x not allocated in directory bitmap", msg, sec); in chk_if_allocated()
103 hpfs_error(s, "sector(s) '%s' badly placed at %08x", msg, start); in hpfs_chk_sectors()
125 hpfs_error(s, "Bad allocation size: %d", n); in alloc_in_bmp()
181 hpfs_error(s, "Allocation doesn't work! Wanted %d, allocated at %08x", n, ret); in alloc_in_bmp()
267hpfs_error(s, "Prealloc doesn't work! Wanted %d, allocated at %08x, can't allocate %d", forward, s… in hpfs_alloc_sector()
[all …]
Ddir.c94 hpfs_error(inode->i_sb, "not a directory, fnode %08lx", in hpfs_readdir()
99hpfs_error(inode->i_sb, "corrupted inode: i_dno == %08x, fnode -> dnode == %08x", hpfs_inode->i_dn… in hpfs_readdir()
158 hpfs_error(inode->i_sb, "hpfs_readdir: bad ^A^A entry; pos = %08lx", (unsigned long)ctx->pos); in hpfs_readdir()
160 hpfs_error(inode->i_sb, "hpfs_readdir: bad \\377 entry; pos = %08lx", (unsigned long)ctx->pos); in hpfs_readdir()
240 hpfs_error(dir->i_sb, "hpfs_lookup: can't get inode"); in hpfs_lookup()
262hpfs_error(result->i_sb, "ACLs or XPERM found. This is probably HPFS386. This driver doesn't suppo… in hpfs_lookup()
Dea.c21 hpfs_error(s, "EAs don't end correctly, %s %08x, len %08x", in hpfs_ea_ext_remove()
28 hpfs_error(s, "ea_indirect(ea) set while ea->valuelen!=8, %s %08x, pos %08x", in hpfs_ea_ext_remove()
99 hpfs_error(s, "EAs don't end correctly, %s %08x, len %08x", in hpfs_read_ea()
157 hpfs_error(s, "EAs don't end correctly, %s %08x, len %08x", in hpfs_get_ea()
218 hpfs_error(s, "EAs don't end correctly, %s %08x, len %08x", in hpfs_set_ea()
247 hpfs_error(s, "fnode %08lx: ea_offs == %03x, ea_size_s == %03x", in hpfs_set_ea()
Dsuper.c56 void hpfs_error(struct super_block *s, const char *fmt, ...) in hpfs_error() function
104 hpfs_error(s, "cycle detected on key %08x in %s", key, msg); in hpfs_stop_cycles()
648 hpfs_error(s, "invalid size in superblock: %08x", in hpfs_fill_super()
666 hpfs_error(s, "improperly stopped"); in hpfs_fill_super()
681 hpfs_error(s, "warning: spare dnodes used, try chkdsk"); in hpfs_fill_super()
689hpfs_error(s, "dir band size mismatch: dir_band_start==%08x, dir_band_end==%08x, n_dir_band==%08x", in hpfs_fill_super()
732 hpfs_error(s, "unable to find root dir"); in hpfs_fill_super()
Danode.c32 hpfs_error(s, "sector %08x not found in internal anode %08x", sec, a); in hpfs_bplus_lookup()
53 hpfs_error(s, "sector %08x not found in external anode %08x", sec, a); in hpfs_bplus_lookup()
81 hpfs_error(s, "anode %08x has no entries", a); in hpfs_add_sector_to_btree()
98 hpfs_error(s, "allocated size %08x, trying to add sector %08x, %cnode %08x", in hpfs_add_sector_to_btree()
112 hpfs_error(s, "empty file %08x, trying to add sector %08x", node, fsecno); in hpfs_add_sector_to_btree()
319 hpfs_error(s, in hpfs_remove_btree()
431 hpfs_error(s, "internal btree %08x doesn't end with -1", node); in hpfs_truncate_btree()
459 hpfs_error(s, "there is an allocation error in file %08x, sector %08x", f, secs); in hpfs_truncate_btree()
Dnamei.c399 hpfs_error(dir->i_sb, "there was error when removing dirent"); in hpfs_unlink()
455 hpfs_error(dir->i_sb, "there was error when removing dirent"); in hpfs_rmdir()
542 hpfs_error(i->i_sb, "lookup succeeded but map dirent failed"); in hpfs_rename()
560 hpfs_error(new_dir->i_sb, "hpfs_rename: could not find dirent"); in hpfs_rename()
571 if (r == -1) hpfs_error(new_dir->i_sb, "hpfs_rename: dirent already exists!"); in hpfs_rename()
579 hpfs_error(i->i_sb, "lookup succeeded but map dirent failed at #2"); in hpfs_rename()
585 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.c250 hpfs_error(i->i_sb, in hpfs_write_inode_nolock()