Lines Matching refs:subdir
391 struct dir *subdir = NULL;
422 subdir = ntfs_list_entry(dir_walker, struct dir, list);
424 /* subdir is not a subdir of ni */
425 if (subdir->depth != ni_depth + 1)
430 if (!subdir->ni) {
431 subdir->ni =
433 subdir->name);
435 if (!subdir->ni) {
444 comp.name = subdir->name;
460 result = readdir_recursive(subdir->ni, &pos2, dirent);
465 tofree = subdir;
530 ntfs_log_error("Failed to allocate for subdir.\n");