local_handle     1046 src/vfs/extfs/extfs.c     int local_handle;
local_handle     1074 src/vfs/extfs/extfs.c         local_handle = vfs_mkstemps (&local_filename_vpath, "extfs", entry->name);
local_handle     1076 src/vfs/extfs/extfs.c         if (local_handle == -1)
local_handle     1078 src/vfs/extfs/extfs.c         close (local_handle);
local_handle     1093 src/vfs/extfs/extfs.c     local_handle = open (entry->ino->localname, NO_LINEAR (flags), mode);
local_handle     1095 src/vfs/extfs/extfs.c     if (local_handle == -1)
local_handle     1099 src/vfs/extfs/extfs.c         local_handle = open (entry->ino->localname, flags, mode);
local_handle     1102 src/vfs/extfs/extfs.c     if (local_handle == -1)
local_handle     1107 src/vfs/extfs/extfs.c     extfs_info->handle = local_handle;