Home | History | Annotate | Download | only in ext4_utils

Lines Matching refs:directory

103 /* Read a local directory and create the same tree in the generated filesystem.
104 Calls itself recursively with each directory in the given directory.
106 directory on disk that should be copied, or NULL if this is a directory
108 dir_path is an absolute path, with trailing slash, to the same directory
134 /* root directory, check if lost+found already exists */
220 /* insert a lost+found directory at the beginning of the dentries */
466 char *directory = NULL;
478 directory = canonicalize_rel_slashes(_directory);
565 assert(!directory);
568 if (directory)
569 root_inode_num = build_directory_structure(directory, mountpoint, 0,
614 free(directory);