Lines Matching refs:directory
121 /* Read a local directory and create the same tree in the generated filesystem.
122 Calls itself recursively with each directory in the given directory.
124 directory on disk that should be copied, or NULL if this is a directory
126 dir_path is an absolute path, with trailing slash, to the same directory
152 /* root directory, check if lost+found already exists */
238 /* insert a lost+found directory at the beginning of the dentries */
487 char *directory = NULL;
499 directory = canonicalize_rel_slashes(_directory);
586 assert(!directory);
589 if (directory)
590 root_inode_num = build_directory_structure(directory, mountpoint, 0,
636 free(directory);