local_handle 1079 src/vfs/extfs/extfs.c int local_handle; local_handle 1107 src/vfs/extfs/extfs.c local_handle = vfs_mkstemps (&local_filename_vpath, "extfs", entry->name); local_handle 1109 src/vfs/extfs/extfs.c if (local_handle == -1) local_handle 1111 src/vfs/extfs/extfs.c close (local_handle); local_handle 1126 src/vfs/extfs/extfs.c local_handle = open (entry->ino->localname, NO_LINEAR (flags), mode); local_handle 1128 src/vfs/extfs/extfs.c if (local_handle == -1) local_handle 1132 src/vfs/extfs/extfs.c local_handle = open (entry->ino->localname, flags, mode); local_handle 1135 src/vfs/extfs/extfs.c if (local_handle == -1) local_handle 1140 src/vfs/extfs/extfs.c extfs_info->handle = local_handle;