Home
last modified time | relevance | path

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

/linux-6.3-rc2/fs/hpfs/
A Dmap.c149 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()
232 hpfs_error(s, "self pointer invalid on anode %08x", ano); in hpfs_map_anode()
237 hpfs_error(s, "bad number of nodes in anode %08x", ano); in hpfs_map_anode()
263 hpfs_error(s, "dnode %08x not byte-aligned", secno); in hpfs_map_dnode()
[all …]
A 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()
258 hpfs_error(i->i_sb, "%s(): namelen == %d", __func__, namelen); in hpfs_add_to_dnode()
459 hpfs_error(i->i_sb, "move_to_top: dnode %08x has no last de", dno); in move_to_top()
538 hpfs_error(i->i_sb, "delete_empty_dnode: root dnode %08x is empty", dno); in delete_empty_dnode()
552 hpfs_error(i->i_sb, in delete_empty_dnode()
638 hpfs_error(i->i_sb, "delete_empty_dnode: empty dnode %08x", up); in delete_empty_dnode()
866 hpfs_error(inode->i_sb, in map_pos_dirent()
889 if (!(++c & 077)) hpfs_error(inode->i_sb, in map_pos_dirent()
990 hpfs_error(s, "directory %08x is corrupted or not empty", rdno); in hpfs_remove_dtree()
[all …]
A 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()
323 hpfs_error(s, "Trying to free reserved sector %08x", sec); in hpfs_free_sectors()
334 hpfs_error(s, "sector %08x not allocated", sec); in hpfs_free_sectors()
[all …]
A 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()
A 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()
A 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()
A 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()
A 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()
A Dhpfs_fn.h328 void hpfs_error(struct super_block *, const char *, ...);
A Dinode.c252 hpfs_error(i->i_sb, in hpfs_write_inode_nolock()

Completed in 24 milliseconds