local_handle 1053 src/vfs/extfs/extfs.c int local_handle; local_handle 1081 src/vfs/extfs/extfs.c local_handle = vfs_mkstemps (&local_filename_vpath, "extfs", entry->name); local_handle 1083 src/vfs/extfs/extfs.c if (local_handle == -1) local_handle 1085 src/vfs/extfs/extfs.c close (local_handle); local_handle 1100 src/vfs/extfs/extfs.c local_handle = open (entry->ino->localname, NO_LINEAR (flags), mode); local_handle 1102 src/vfs/extfs/extfs.c if (local_handle == -1) local_handle 1106 src/vfs/extfs/extfs.c local_handle = open (entry->ino->localname, flags, mode); local_handle 1109 src/vfs/extfs/extfs.c if (local_handle == -1) local_handle 1114 src/vfs/extfs/extfs.c extfs_info->handle = local_handle;