Lines Matching refs:hpfs_error
24 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()
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()
242 hpfs_error(s, "bad first_free pointer in anode %08x", ano); in hpfs_map_anode()
263 hpfs_error(s, "dnode %08x not byte-aligned", secno); in hpfs_map_dnode()
273 hpfs_error(s, "bad magic on dnode %08x", secno); in hpfs_map_dnode()
277 hpfs_error(s, "bad self pointer on dnode %08x self = %08x", secno, le32_to_cpu(dnode->self)); in hpfs_map_dnode()
281 hpfs_error(s, "dnode %08x has first_free == %08x", secno, le32_to_cpu(dnode->first_free)); in hpfs_map_dnode()
287 hpfs_error(s, "bad dirent size in dnode %08x, dirent %03x, last %03x", secno, p, pp); in hpfs_map_dnode()
292 …hpfs_error(s, "namelen does not match dirent size in dnode %08x, dirent %03x, last %03x", secno, p… in hpfs_map_dnode()
298 hpfs_error(s, "bad down pointer in dnode %08x, dirent %03x, last %03x", secno, p, pp); in hpfs_map_dnode()
305 hpfs_error(s, "size on last dirent does not match first_free; dnode %08x", secno); in hpfs_map_dnode()
309 hpfs_error(s, "dnode %08x does not end with \\377 entry", secno); in hpfs_map_dnode()