Home | History | Annotate | Download | only in debugfs

Lines Matching refs:com_err

78 		com_err(cmd, errno, "while setting permissions of %s", name);
89 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");
121 com_err(cmdname, retval, "while reading ext2 file");
126 com_err(cmdname, errno, "while writing file");
130 com_err(cmdname, retval, "while closing ext2 file");
158 com_err(argv[0], 0, dump_usage);
163 com_err(argv[0], 0, dump_usage);
179 com_err(argv[0], errno, "while opening %s for dump_inode",
198 com_err("rdump", errno, "while allocating for symlink");
211 com_err("rdump", retval, "while opening symlink");
218 com_err("rdump", retval, "while reading symlink");
229 com_err("rdump", retval, "while closing symlink");
233 com_err("rdump", errno, "while creating symlink %s -> %s", buf, fullname);
252 com_err("rdump", errno, "while allocating memory");
263 com_err("rdump", errno, "while dumping %s", fullname);
275 com_err("rdump", errno, "while making directory %s", fullname);
282 com_err("rdump", retval, "while dumping %s", fullname);
334 com_err("rdump", errno, "while statting %s", argv[2]);
338 com_err("rdump", 0, "%s is not a directory", argv[2]);