Searched refs:parent_path (Results 1 – 1 of 1) sorted by relevance
516 char parent_path[PATH_MAX]; in handle_lookup() local522 parent_path, sizeof(parent_path)); in handle_lookup()527 if (!parent_node || !(actual_name = find_file_within(parent_path, name, in handle_lookup()633 char parent_path[PATH_MAX]; in handle_mknod() local639 parent_path, sizeof(parent_path)); in handle_mknod()644 if (!parent_node || !(actual_name = find_file_within(parent_path, name, in handle_mknod()659 char parent_path[PATH_MAX]; in handle_mkdir() local665 parent_path, sizeof(parent_path)); in handle_mkdir()670 if (!parent_node || !(actual_name = find_file_within(parent_path, name, in handle_mkdir()685 char parent_path[PATH_MAX]; in handle_unlink() local[all …]