Home
last modified time | relevance | path

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

/netbsd-src/usr.sbin/makefs/
H A Dffs.c140 static int ffs_populate_dir(const char *, fsnode *, fsinfo_t *);
290 if (! ffs_populate_dir(dir, root, fsopts)) in ffs_makefs()
752 ffs_populate_dir(const char *dir, fsnode *root, fsinfo_t *fsopts) in ffs_populate_dir() function
857 if (! ffs_populate_dir(path, cur->child, fsopts)) in ffs_populate_dir()