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

  /src/usr.sbin/makefs/
chfs.c 53 static int chfs_populate_dir(const char *, fsnode *, fsnode *, fsinfo_t *);
124 if (!chfs_populate_dir(dir, root, root, fsopts)) {
127 TIMER_RESULTS(start, "chfs_populate_dir");
175 chfs_populate_dir(const char *dir, fsnode *root, fsnode *parent, function in typeref:typename:int
215 if (!chfs_populate_dir(path, cur->child, cur, fsopts)) {
chfs.c 53 static int chfs_populate_dir(const char *, fsnode *, fsnode *, fsinfo_t *);
124 if (!chfs_populate_dir(dir, root, root, fsopts)) {
127 TIMER_RESULTS(start, "chfs_populate_dir");
175 chfs_populate_dir(const char *dir, fsnode *root, fsnode *parent, function in typeref:typename:int
215 if (!chfs_populate_dir(path, cur->child, cur, fsopts)) {

Completed in 23 milliseconds