Lines Matching refs:parent_path
799 char parent_path[PATH_MAX]; in handle_lookup() local
805 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() local
935 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() local
964 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
1012 parent_path, sizeof(parent_path)); in handle_unlink()
1017 if (!parent_node || !find_file_within(parent_path, name, in handle_unlink()
1055 char parent_path[PATH_MAX]; in handle_rmdir() local
1060 parent_path, sizeof(parent_path)); in handle_rmdir()
1065 if (!parent_node || !find_file_within(parent_path, name, in handle_rmdir()