local_handle     1038 src/vfs/extfs/extfs.c     int local_handle;
local_handle     1066 src/vfs/extfs/extfs.c         local_handle = vfs_mkstemps (&local_filename_vpath, "extfs", entry->name);
local_handle     1068 src/vfs/extfs/extfs.c         if (local_handle == -1)
local_handle     1070 src/vfs/extfs/extfs.c         close (local_handle);
local_handle     1085 src/vfs/extfs/extfs.c     local_handle = open (entry->ino->localname, NO_LINEAR (flags), mode);
local_handle     1087 src/vfs/extfs/extfs.c     if (local_handle == -1)
local_handle     1091 src/vfs/extfs/extfs.c         local_handle = open (entry->ino->localname, flags, mode);
local_handle     1094 src/vfs/extfs/extfs.c     if (local_handle == -1)
local_handle     1099 src/vfs/extfs/extfs.c     extfs_info->handle = local_handle;