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()
144 hpfs_error(s, "invalid number of hotfixes: %u, used: %u", n_hotfixes, n_used_hotfixes); in hpfs_load_hotfix_map()
148 hpfs_error(s, "can't load hotfix map"); in hpfs_load_hotfix_map()
174 hpfs_error(s, "bad magic on fnode %08lx", in hpfs_map_fnode()
181 hpfs_error(s, in hpfs_map_fnode()
188 hpfs_error(s, in hpfs_map_fnode()
196 hpfs_error(s, in hpfs_map_fnode()
206 hpfs_error(s, "bad EA in fnode %08lx", in hpfs_map_fnode()
227 hpfs_error(s, "bad magic on anode %08x", ano); in hpfs_map_anode()
231 hpfs_error(s, "self pointer invalid on anode %08x", ano); in hpfs_map_anode()
236 hpfs_error(s, "bad number of nodes in anode %08x", ano); in hpfs_map_anode()
241 hpfs_error(s, "bad first_free pointer in anode %08x", ano); in hpfs_map_anode()
262 hpfs_error(s, "dnode %08x not byte-aligned", secno); in hpfs_map_dnode()
272 hpfs_error(s, "bad magic on dnode %08x", secno); in hpfs_map_dnode()
276 hpfs_error(s, "bad self pointer on dnode %08x self = %08x", secno, le32_to_cpu(dnode->self)); in hpfs_map_dnode()
280 hpfs_error(s, "dnode %08x has first_free == %08x", secno, le32_to_cpu(dnode->first_free)); in hpfs_map_dnode()
286 hpfs_error(s, "bad dirent size in dnode %08x, dirent %03x, last %03x", secno, p, pp); in hpfs_map_dnode()
291 …hpfs_error(s, "namelen does not match dirent size in dnode %08x, dirent %03x, last %03x", secno, p… in hpfs_map_dnode()
297 hpfs_error(s, "bad down pointer in dnode %08x, dirent %03x, last %03x", secno, p, pp); in hpfs_map_dnode()
304 hpfs_error(s, "size on last dirent does not match first_free; dnode %08x", secno); in hpfs_map_dnode()
308 hpfs_error(s, "dnode %08x does not end with \\377 entry", secno); in hpfs_map_dnode()