Home
last modified time | relevance | path

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

/freebsd/usr.sbin/makefs/
H A Dffs.c137 static int ffs_populate_dir(const char *, fsnode *, fsinfo_t *);
293 if (! ffs_populate_dir(dir, root, fsopts)) in ffs_makefs()
840 ffs_populate_dir(const char *dir, fsnode *root, fsinfo_t *fsopts) in ffs_populate_dir() function
948 if (! ffs_populate_dir(path, cur->child, fsopts)) in ffs_populate_dir()