Home
last modified time | relevance | path

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

/linux-2.4.37.9/fs/hpfs/
Dmap.c21 hpfs_error(s, "hpfs_map_bitmap called with bad parameter: %08x at %s", bmp_block, id); in hpfs_map_bitmap()
26 hpfs_error(s, "invalid bitmap block pointer %08x -> %08x at %s", bmp_block, sec, id); in hpfs_map_bitmap()
129 hpfs_error(s, "bad magic on fnode %08x", ino); in hpfs_map_fnode()
135 hpfs_error(s, "bad number of nodes in fnode %08x", ino); in hpfs_map_fnode()
140 hpfs_error(s, "bad first_free pointer in fnode %08x", ino); in hpfs_map_fnode()
146 hpfs_error(s, "bad EA info in fnode %08x: ea_offs == %04x ea_size_s == %04x", in hpfs_map_fnode()
154 hpfs_error(s, "bad EA in fnode %08x", ino); in hpfs_map_fnode()
174 hpfs_error(s, "bad magic on anode %08x", ano); in hpfs_map_anode()
179 hpfs_error(s, "bad number of nodes in anode %08x", ano); in hpfs_map_anode()
184 hpfs_error(s, "bad first_free pointer in anode %08x", ano); in hpfs_map_anode()
[all …]
Ddnode.c127 hpfs_error(s, "set_last_pointer: empty dnode %08x", d->self); in set_last_pointer()
132 hpfs_error(s, "set_last_pointer: dnode %08x has already last pointer %08x", in set_last_pointer()
137 hpfs_error(s, "set_last_pointer: bad last dirent in dnode %08x", d->self); in set_last_pointer()
143 hpfs_error(s,"set_last_pointer: too long dnode %08x", d->self); in set_last_pointer()
164 hpfs_error(s, "name (%c,%d) already exists in dnode %08x", *name, namelen, d->self); in hpfs_add_de()
189 hpfs_error(s, "attempt to delete last dirent in dnode %08x", d->self); in hpfs_delete_de()
238 hpfs_error(i->i_sb, "hpfs_add_to_dnode: namelen == %d", namelen); in hpfs_add_to_dnode()
285 hpfs_error(i->i_sb, "unable to alloc dnode - dnode tree will be corrupted"); in hpfs_add_to_dnode()
319 hpfs_error(i->i_sb, "unable to alloc dnode - dnode tree will be corrupted"); in hpfs_add_to_dnode()
428 hpfs_error(i->i_sb, "move_to_top: up pointer from %08x should be %08x, is %08x", in move_to_top()
[all …]
Dalloc.c22 hpfs_error(s, "sector '%s' - %08x not allocated in bitmap", msg, sec); in chk_if_allocated()
30 hpfs_error(s, "sector '%s' - %08x not allocated in directory bitmap", msg, sec); in chk_if_allocated()
51 hpfs_error(s, "sector(s) '%s' badly placed at %08x", msg, start); in hpfs_chk_sectors()
73 hpfs_error(s, "Bad allocation size: %d", n); in alloc_in_bmp()
134 hpfs_error(s, "Allocation doesn't work! Wanted %d, allocated at %08x", n, ret); in alloc_in_bmp()
216hpfs_error(s, "Prealloc doesn't work! Wanted %d, allocated at %08x, can't allocate %d", forward, s… in hpfs_alloc_sector()
282 hpfs_error(s, "Trying to free reserved sector %08x", sec); in hpfs_free_sectors()
295 hpfs_error(s, "sector %08x not allocated", sec); in hpfs_free_sectors()
370 hpfs_error(s, "hpfs_free_dnode: dnode %08x not aligned", dno); in hpfs_free_dnode()
Ddir.c73 hpfs_error(inode->i_sb, "not a directory, fnode %08x",inode->i_ino); in hpfs_readdir()
77hpfs_error(inode->i_sb, "corrupted inode: i_hpfs_dno == %08x, fnode -> dnode == %08x", inode->i_hp… in hpfs_readdir()
140 …->last && (de->namelen != 2 || de ->name[0] != 1 || de->name[1] != 1)) hpfs_error(inode->i_sb, "hp… in hpfs_readdir()
141 …if (de->last && (de->namelen != 1 || de ->name[0] != 255)) hpfs_error(inode->i_sb, "hpfs_readdir: … in hpfs_readdir()
215 hpfs_error(dir->i_sb, "hpfs_lookup: can't get inode"); in hpfs_lookup()
224hpfs_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 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()
218 hpfs_error(s, "EAs don't end correctly, %s %08x, len %08x", in hpfs_set_ea()
247 hpfs_error(s, "fnode %08x: ea_offs == %03x, ea_size_s == %03x", in hpfs_set_ea()
Dsuper.c50 void hpfs_error(struct super_block *s, char *m,...) in hpfs_error() function
93 hpfs_error(s, "cycle detected on key %08x in %s", key, msg); in hpfs_stop_cycles()
476 hpfs_error(s, "improperly stopped"); in hpfs_read_super()
491 hpfs_error(s, "hotfixes not supported here, try chkdsk"); in hpfs_read_super()
501 hpfs_error(s, "warning: spare dnodes used, try chkdsk"); in hpfs_read_super()
508hpfs_error(s, "dir band size mismatch: dir_band_start==%08x, dir_band_end==%08x, n_dir_band==%08x", in hpfs_read_super()
548 if (!root_dno || !de) hpfs_error(s, "unable to find root dir"); in hpfs_read_super()
Danode.c32 hpfs_error(s, "sector %08x not found in internal anode %08x", sec, a); in hpfs_bplus_lookup()
52 hpfs_error(s, "sector %08x not found in external anode %08x", sec, a); in hpfs_bplus_lookup()
80 hpfs_error(s, "anode %08x has no entries", a); in hpfs_add_sector_to_btree()
97 hpfs_error(s, "allocated size %08x, trying to add sector %08x, %cnode %08x", in hpfs_add_sector_to_btree()
111 hpfs_error(s, "empty file %08x, trying to add sector %08x", node, fsecno); in hpfs_add_sector_to_btree()
313 hpfs_error(s, in hpfs_remove_btree()
425 hpfs_error(s, "internal btree %08x doesn't end with -1", node); in hpfs_truncate_btree()
453 hpfs_error(s, "there is an allocation error in file %08x, sector %08x", f, secs); in hpfs_truncate_btree()
Dnamei.c325 …if ((r = hpfs_remove_dirent(dir, dno, de, &qbh, 1)) == 1) hpfs_error(dir->i_sb, "there was error w… in hpfs_unlink()
393 hpfs_error(dir->i_sb, "there was error when removing dirent"); in hpfs_rmdir()
462 hpfs_error(i->i_sb, "lookup succeeded but map dirent failed"); in hpfs_rename()
480 hpfs_error(new_dir->i_sb, "hpfs_rename: could not find dirent"); in hpfs_rename()
493 if (r == -1) hpfs_error(new_dir->i_sb, "hpfs_rename: dirent already exists!"); in hpfs_rename()
502 hpfs_error(i->i_sb, "lookup succeeded but map dirent failed at #2"); in hpfs_rename()
509 hpfs_error(i->i_sb, "hpfs_rename: could not remove dirent"); in hpfs_rename()
Dinode.c93 hpfs_error(i->i_sb, "read_inode: s_hpfs_rd_inode == 0"); in hpfs_read_inode()
295 } else hpfs_error(i->i_sb, "directory %08x doesn't have '.' entry", i->i_ino); in hpfs_write_inode_nolock()
Dhpfs_fn.h308 void hpfs_error(struct super_block *, char *, ...);