Lines Matching refs:hpfs_error
23 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()
148 hpfs_error(s, "bad magic on fnode %08lx", in hpfs_map_fnode()
155 hpfs_error(s, in hpfs_map_fnode()
162 hpfs_error(s, in hpfs_map_fnode()
170 hpfs_error(s, in hpfs_map_fnode()
180 hpfs_error(s, "bad EA in fnode %08lx", in hpfs_map_fnode()
201 hpfs_error(s, "bad magic on anode %08x", ano); in hpfs_map_anode()
205 hpfs_error(s, "self pointer invalid on anode %08x", ano); in hpfs_map_anode()
210 hpfs_error(s, "bad number of nodes in anode %08x", ano); in hpfs_map_anode()
215 hpfs_error(s, "bad first_free pointer in anode %08x", ano); in hpfs_map_anode()
236 hpfs_error(s, "dnode %08x not byte-aligned", secno); in hpfs_map_dnode()
246 hpfs_error(s, "bad magic on dnode %08x", secno); in hpfs_map_dnode()
250 hpfs_error(s, "bad self pointer on dnode %08x self = %08x", secno, le32_to_cpu(dnode->self)); in hpfs_map_dnode()
254 hpfs_error(s, "dnode %08x has first_free == %08x", secno, le32_to_cpu(dnode->first_free)); in hpfs_map_dnode()
260 hpfs_error(s, "bad dirent size in dnode %08x, dirent %03x, last %03x", secno, p, pp); in hpfs_map_dnode()
265 …hpfs_error(s, "namelen does not match dirent size in dnode %08x, dirent %03x, last %03x", secno, p… in hpfs_map_dnode()
271 hpfs_error(s, "bad down pointer in dnode %08x, dirent %03x, last %03x", secno, p, pp); in hpfs_map_dnode()
278 hpfs_error(s, "size on last dirent does not match first_free; dnode %08x", secno); in hpfs_map_dnode()
282 hpfs_error(s, "dnode %08x does not end with \\377 entry", secno); in hpfs_map_dnode()