makeentry
if (makeentry(EXT2_ROOTINO, lfdir, lfname) != 0) {
if (makeentry(lfdir, orphan, tempname) == 0) {
(void)makeentry(orphan, lfdir, "..");
int makeentry(ino_t, ino_t, const char *);
(void)makeentry(inp->i_number, inp->i_parent, "..");
if (makeentry(UFS_ROOTINO, lfdir, lfname) != 0) {
if (makeentry(lfdir, orphan, (name ? name : tempname)) == 0) {
(void)makeentry(orphan, lfdir, "..");
int makeentry(ino_t, ino_t, const char *);
(void)makeentry(inp->i_number, inp->i_parent, "..");
if (makeentry(ULFS_ROOTINO, lfdir, lfname) != 0) {
if (makeentry(lfdir, orphan, tempname) == 0) {
(void) makeentry(orphan, lfdir, "..");
int makeentry(ino_t, ino_t, const char *);
(void) makeentry(inp->i_number, inp->i_parent, "..");
rval = makeentry(curinum, inum, argv[2]);
makeentry(entbuf, sizeof(entbuf), i, "addr");
makeentry(entbuf, sizeof(entbuf), i, "prefixlen");
makeentry(entbuf, sizeof(entbuf), i, "pinfoflags");
makeentry(entbuf, sizeof(entbuf), i, "vltime");
makeentry(entbuf, sizeof(entbuf), i, "vltimedecr");
makeentry(entbuf, sizeof(entbuf), i, "pltime");
makeentry(entbuf, sizeof(entbuf), i, "pltimedecr");
makeentry(entbuf, sizeof(entbuf), i, "rtprefix");
makeentry(oentbuf, sizeof(oentbuf), i, "rtrprefix");
makeentry(entbuf, sizeof(entbuf), i, "rtplen");
makeentry(oentbuf, sizeof(oentbuf), i, "rtrplen");
makeentry(entbuf, sizeof(entbuf), i, "rtflags");
makeentry(oentbuf, sizeof(oentbuf), i, "rtrflags");
makeentry(entbuf, sizeof(entbuf), i, "rtltime");
makeentry(oentbuf, sizeof(oentbuf), i, "rtrltime");
makeentry(entbuf, sizeof(entbuf), i, "rdnss");
makeentry(entbuf, sizeof(entbuf), i, "rdnssltime");
makeentry(entbuf, sizeof(entbuf), i, "dnssl");
makeentry(entbuf, sizeof(entbuf), i, "dnsslltime");
static void makeentry(char *, size_t, int, const char *);