Searched refs:parent_path (Results 1 – 1 of 1) sorted by relevance
591 char parent_path[PATH_MAX]; in handle_lookup() local597 parent_path, sizeof(parent_path)); in handle_lookup()602 if (!parent_node || !(actual_name = find_file_within(parent_path, name, in handle_lookup()725 char parent_path[PATH_MAX]; in handle_mknod() local731 parent_path, sizeof(parent_path)); in handle_mknod()737 if (!parent_node || !(actual_name = find_file_within(parent_path, name, in handle_mknod()755 char parent_path[PATH_MAX]; in handle_mkdir() local761 parent_path, sizeof(parent_path)); in handle_mkdir()767 if (!parent_node || !(actual_name = find_file_within(parent_path, name, in handle_mkdir()805 char parent_path[PATH_MAX]; in handle_unlink() local[all …]