Home | History | Annotate | Download | only in debugfs

Lines Matching refs:com_err

81 		com_err(cmd, errno, "while setting permissions of %s", name);
92 com_err(cmd, errno, "while changing ownership of %s", name);
97 com_err(cmd, errno, "while setting times of %s", name);
115 com_err(cmdname, retval, "while opening ext2 file");
120 com_err(cmdname, retval, "while allocating memory");
126 com_err(cmdname, retval, "while reading ext2 file");
131 com_err(cmdname, errno, "while writing file");
137 com_err(cmdname, retval, "while closing ext2 file");
163 com_err(argv[0], 0, "Usage: dump_inode [-p] "
183 com_err(argv[0], errno, "while opening %s for dump_inode",
190 com_err(argv[0], errno, "while closing %s for dump_inode",
207 com_err("rdump", errno, "while allocating for symlink");
220 com_err("rdump", retval, "while opening symlink");
227 com_err("rdump", retval, "while reading symlink");
238 com_err("rdump", retval, "while closing symlink");
242 com_err("rdump", errno, "while creating symlink %s -> %s", buf, fullname);
261 com_err("rdump", errno, "while allocating memory");
272 com_err("rdump", errno, "while opening %s", fullname);
277 com_err("rdump", errno, "while closing %s", fullname);
288 com_err("rdump", errno, "while making directory %s", fullname);
295 com_err("rdump", retval, "while dumping %s", fullname);
343 com_err("rdump", errno, "while statting %s", dest_dir);
347 com_err("rdump", 0, "%s is not a directory", dest_dir);