Home
last modified time | relevance | path

Searched refs:ffs_populate_dir (Results 1 – 1 of 1) sorted by relevance

/mirbsd/src/usr.sbin/makefs/
Dffs.c148 static int ffs_populate_dir(const char *, fsnode *, fsinfo_t *);
300 if (! ffs_populate_dir(dir, root, fsopts)) in ffs_makefs()
732 ffs_populate_dir(const char *dir, fsnode *root, fsinfo_t *fsopts) in ffs_populate_dir() function
840 if (! ffs_populate_dir(path, cur->child, fsopts)) in ffs_populate_dir()