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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/hpfs/
H A Dmap.c21 hpfs_error(s, "hpfs_map_bitmap called with bad parameter: %08x at %s", bmp_block, id);
26 hpfs_error(s, "invalid bitmap block pointer %08x -> %08x at %s", bmp_block, sec, id);
129 hpfs_error(s, "bad magic on fnode %08lx",
136 hpfs_error(s,
143 hpfs_error(s,
151 hpfs_error(s,
161 hpfs_error(s, "bad EA in fnode %08lx",
182 hpfs_error(s, "bad magic on anode %08x", ano);
187 hpfs_error(s, "bad number of nodes in anode %08x", ano);
192 hpfs_error(
[all...]
H A Ddnode.c133 hpfs_error(s, "set_last_pointer: empty dnode %08x", d->self);
138 hpfs_error(s, "set_last_pointer: dnode %08x has already last pointer %08x",
143 hpfs_error(s, "set_last_pointer: bad last dirent in dnode %08x", d->self);
149 hpfs_error(s,"set_last_pointer: too long dnode %08x", d->self);
171 hpfs_error(s, "name (%c,%d) already exists in dnode %08x", *name, namelen, d->self);
197 hpfs_error(s, "attempt to delete last dirent in dnode %08x", d->self);
247 hpfs_error(i->i_sb, "hpfs_add_to_dnode: namelen == %d", namelen);
294 hpfs_error(i->i_sb, "unable to alloc dnode - dnode tree will be corrupted");
330 hpfs_error(i->i_sb, "unable to alloc dnode - dnode tree will be corrupted");
441 hpfs_error(
[all...]
H A Dalloc.c24 hpfs_error(s, "sector '%s' - %08x not allocated in bitmap", msg, sec);
32 hpfs_error(s, "sector '%s' - %08x not allocated in directory bitmap", msg, sec);
53 hpfs_error(s, "sector(s) '%s' badly placed at %08x", msg, start);
75 hpfs_error(s, "Bad allocation size: %d", n);
136 hpfs_error(s, "Allocation doesn't work! Wanted %d, allocated at %08x", n, ret);
218 hpfs_error(s, "Prealloc doesn't work! Wanted %d, allocated at %08x, can't allocate %d", forward, sec, i);
286 hpfs_error(s, "Trying to free reserved sector %08x", sec);
299 hpfs_error(s, "sector %08x not allocated", sec);
374 hpfs_error(s, "hpfs_free_dnode: dnode %08x not aligned", dno);
H A Ddir.c89 hpfs_error(inode->i_sb, "not a directory, fnode %08lx",
94 hpfs_error(inode->i_sb, "corrupted inode: i_dno == %08x, fnode -> dnode == %08x", hpfs_inode->i_dno, fno->u.external[0].disk_secno);
152 hpfs_error(inode->i_sb, "hpfs_readdir: bad ^A^A entry; pos = %08lx", old_pos);
154 hpfs_error(inode->i_sb, "hpfs_readdir: bad \\377 entry; pos = %08lx", old_pos);
233 hpfs_error(dir->i_sb, "hpfs_lookup: can't get inode");
257 hpfs_error(result->i_sb, "ACLs or XPERM found. This is probably HPFS386. This driver doesn't support it now. Send me some info on these structures");
H A Dea.c21 hpfs_error(s, "EAs don't end correctly, %s %08x, len %08x",
28 hpfs_error(s, "ea->indirect set while ea->valuelen!=8, %s %08x, pos %08x",
99 hpfs_error(s, "EAs don't end correctly, %s %08x, len %08x",
157 hpfs_error(s, "EAs don't end correctly, %s %08x, len %08x",
218 hpfs_error(s, "EAs don't end correctly, %s %08x, len %08x",
240 hpfs_error(s, "fnode %08x: ea_size_s == %03x, ea_offs == 0",
247 hpfs_error(s, "fnode %08lx: ea_offs == %03x, ea_size_s == %03x",
H A Dsuper.c55 void hpfs_error(struct super_block *s, const char *fmt, ...) function
94 hpfs_error(s, "cycle detected on key %08x in %s", key, msg);
576 hpfs_error(s, "improperly stopped");
591 hpfs_error(s, "hotfixes not supported here, try chkdsk");
601 hpfs_error(s, "warning: spare dnodes used, try chkdsk");
608 hpfs_error(s, "dir band size mismatch: dir_band_start==%08x, dir_band_end==%08x, n_dir_band==%08x",
653 hpfs_error(s, "unable to find root dir");
H A Danode.c32 hpfs_error(s, "sector %08x not found in internal anode %08x", sec, a);
53 hpfs_error(s, "sector %08x not found in external anode %08x", sec, a);
81 hpfs_error(s, "anode %08x has no entries", a);
98 hpfs_error(s, "allocated size %08x, trying to add sector %08x, %cnode %08x",
112 hpfs_error(s, "empty file %08x, trying to add sector %08x", node, fsecno);
314 hpfs_error(s,
426 hpfs_error(s, "internal btree %08x doesn't end with -1", node);
454 hpfs_error(s, "there is an allocation error in file %08x, sector %08x", f, secs);
H A Dnamei.c405 hpfs_error(dir->i_sb, "there was error when removing dirent");
494 hpfs_error(dir->i_sb, "there was error when removing dirent");
586 hpfs_error(i->i_sb, "lookup succeeded but map dirent failed");
604 hpfs_error(new_dir->i_sb, "hpfs_rename: could not find dirent");
617 if (r == -1) hpfs_error(new_dir->i_sb, "hpfs_rename: dirent already exists!");
626 hpfs_error(i->i_sb, "lookup succeeded but map dirent failed at #2");
633 hpfs_error(i->i_sb, "hpfs_rename: could not remove dirent");
H A Dhpfs_fn.h325 void hpfs_error(struct super_block *, const char *, ...)
H A Dinode.c151 hpfs_error(i->i_sb, "fnode %08x has some unknown HPFS386 stuctures", i->i_ino);
257 hpfs_error(i->i_sb,

Completed in 39 milliseconds