Searched refs:parent_path (Results 1 – 1 of 1) sorted by relevance
799 char parent_path[PATH_MAX]; in handle_lookup() local805 parent_path, sizeof(parent_path)); in handle_lookup()810 if (!parent_node || !(actual_name = find_file_within(parent_path, name, in handle_lookup()929 char parent_path[PATH_MAX]; in handle_mknod() local935 parent_path, sizeof(parent_path)); in handle_mknod()940 if (!parent_node || !(actual_name = find_file_within(parent_path, name, in handle_mknod()958 char parent_path[PATH_MAX]; in handle_mkdir() local964 parent_path, sizeof(parent_path)); in handle_mkdir()969 if (!parent_node || !(actual_name = find_file_within(parent_path, name, in handle_mkdir()1007 char parent_path[PATH_MAX]; in handle_unlink() local[all …]