Home
last modified time | relevance | path

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

/linux/fs/hpfs/
H A 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 …]
H 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()
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 …]
H A Dsuper.c59 void hpfs_error(struct super_block *s, const char *fmt, ...) in hpfs_error() function
107 hpfs_error(s, "cycle detected on key %08x in %s", key, msg); in hpfs_stop_cycles()
581 hpfs_error(s, "invalid size in superblock: %08x", in hpfs_fill_super()
599 hpfs_error(s, "improperly stopped"); in hpfs_fill_super()
614 hpfs_error(s, "warning: spare dnodes used, try chkdsk"); in hpfs_fill_super()
622hpfs_error(s, "dir band size mismatch: dir_band_start==%08x, dir_band_end==%08x, n_dir_band==%08x", in hpfs_fill_super()
665 hpfs_error(s, "unable to find root dir"); in hpfs_fill_super()
H 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()
83 hpfs_error(s, "anode %08x has no entries", a); in hpfs_add_sector_to_btree()
100 hpfs_error(s, "allocated size %08x, trying to add sector %08x, %cnode %08x", in hpfs_add_sector_to_btree()
114 hpfs_error(s, "empty file %08x, trying to add sector %08x", node, fsecno); in hpfs_add_sector_to_btree()
321 hpfs_error(s, in hpfs_remove_btree()
433 hpfs_error(s, "internal btree %08x doesn't end with -1", node); in hpfs_truncate_btree()
461 hpfs_error(s, "there is an allocation error in file %08x, sector %08x", f, secs); in hpfs_truncate_btree()
H A Dnamei.c402 hpfs_error(dir->i_sb, "there was error when removing dirent"); in hpfs_unlink()
458 hpfs_error(dir->i_sb, "there was error when removing dirent"); in hpfs_rmdir()
539 hpfs_error(i->i_sb, "lookup succeeded but map dirent failed"); in hpfs_rename()
557 hpfs_error(new_dir->i_sb, "hpfs_rename: could not find dirent"); in hpfs_rename()
568 if (r == -1) hpfs_error(new_dir->i_sb, "hpfs_rename: dirent already exists!"); in hpfs_rename()
576 hpfs_error(i->i_sb, "lookup succeeded but map dirent failed at #2"); in hpfs_rename()
582 hpfs_error(i->i_sb, "hpfs_rename: could not remove dirent"); in hpfs_rename()
H A Dhpfs_fn.h328 void hpfs_error(struct super_block *, const char *, ...);