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)) {
|