HomeSort by: relevance | last modified time | path
    Searched defs:ffs_populate_dir (Results 1 - 3 of 3) sorted by relevancy

  /src/usr.sbin/makefs/
ffs.c 140 static int ffs_populate_dir(const char *, fsnode *, fsinfo_t *);
290 if (! ffs_populate_dir(dir, root, fsopts))
292 TIMER_RESULTS(start, "ffs_populate_dir");
748 ffs_populate_dir(const char *dir, fsnode *root, fsinfo_t *fsopts) function in typeref:typename:int
765 printf("ffs_populate_dir: PASS 1 dir %s node %p\n", dir, root);
803 printf("ffs_populate_dir: PASS 2 dir %s\n", dir);
825 printf("ffs_populate_dir: writing ino %lld, %s",
846 printf("ffs_populate_dir: PASS 3 dir %s\n", dir);
853 if (! ffs_populate_dir(path, cur->child, fsopts))
858 printf("ffs_populate_dir: DONE dir %s\n", dir)
    [all...]
ffs.c 140 static int ffs_populate_dir(const char *, fsnode *, fsinfo_t *);
290 if (! ffs_populate_dir(dir, root, fsopts))
292 TIMER_RESULTS(start, "ffs_populate_dir");
748 ffs_populate_dir(const char *dir, fsnode *root, fsinfo_t *fsopts) function in typeref:typename:int
765 printf("ffs_populate_dir: PASS 1 dir %s node %p\n", dir, root);
803 printf("ffs_populate_dir: PASS 2 dir %s\n", dir);
825 printf("ffs_populate_dir: writing ino %lld, %s",
846 printf("ffs_populate_dir: PASS 3 dir %s\n", dir);
853 if (! ffs_populate_dir(path, cur->child, fsopts))
858 printf("ffs_populate_dir: DONE dir %s\n", dir)
    [all...]
ffs.c 140 static int ffs_populate_dir(const char *, fsnode *, fsinfo_t *);
290 if (! ffs_populate_dir(dir, root, fsopts))
292 TIMER_RESULTS(start, "ffs_populate_dir");
748 ffs_populate_dir(const char *dir, fsnode *root, fsinfo_t *fsopts) function in typeref:typename:int
765 printf("ffs_populate_dir: PASS 1 dir %s node %p\n", dir, root);
803 printf("ffs_populate_dir: PASS 2 dir %s\n", dir);
825 printf("ffs_populate_dir: writing ino %lld, %s",
846 printf("ffs_populate_dir: PASS 3 dir %s\n", dir);
853 if (! ffs_populate_dir(path, cur->child, fsopts))
858 printf("ffs_populate_dir: DONE dir %s\n", dir)
    [all...]

Completed in 34 milliseconds