local_handle 1071 src/vfs/extfs/extfs.c int local_handle; local_handle 1099 src/vfs/extfs/extfs.c local_handle = vfs_mkstemps (&local_filename_vpath, "extfs", entry->name); local_handle 1101 src/vfs/extfs/extfs.c if (local_handle == -1) local_handle 1103 src/vfs/extfs/extfs.c close (local_handle); local_handle 1118 src/vfs/extfs/extfs.c local_handle = open (entry->ino->localname, NO_LINEAR (flags), mode); local_handle 1120 src/vfs/extfs/extfs.c if (local_handle == -1) local_handle 1124 src/vfs/extfs/extfs.c local_handle = open (entry->ino->localname, flags, mode); local_handle 1127 src/vfs/extfs/extfs.c if (local_handle == -1) local_handle 1132 src/vfs/extfs/extfs.c extfs_info->handle = local_handle;