verrno            219 lib/vfs/direntry.c             me->verrno = ENOENT;
verrno            437 lib/vfs/direntry.c         me->verrno = ENOTDIR;
verrno            445 lib/vfs/direntry.c         me->verrno = EAGAIN;
verrno            538 lib/vfs/direntry.c         me->verrno = EINVAL;
verrno            544 lib/vfs/direntry.c         me->verrno = EFAULT;
verrno            582 lib/vfs/direntry.c             me->verrno = errno;
verrno            607 lib/vfs/direntry.c             me->verrno = errno;
verrno            631 lib/vfs/direntry.c             VFS_FILE_HANDLER_SUPER (fh)->me->verrno = errno;
verrno            744 lib/vfs/direntry.c     return me->verrno;
verrno           1194 lib/vfs/direntry.c         path_element->class->verrno = EIO;
verrno           1216 lib/vfs/direntry.c         path_element->class->verrno = EIO;
verrno           1315 lib/vfs/direntry.c         me->verrno = EEXIST;
verrno           1363 lib/vfs/direntry.c         me->verrno = EISDIR;
verrno           1392 lib/vfs/direntry.c             me->verrno = errno;
verrno           1451 lib/vfs/direntry.c         me->verrno = errno;
verrno           1481 lib/vfs/direntry.c                 me->verrno = errno;
verrno            137 lib/vfs/vfs.h      int verrno;                 /* can't use errno because glibc2 might define errno as function */
verrno             35 lib/vfs/xdirentry.h #define ERRNOR(a, b) do { me->verrno = a; return b; } while (0)
verrno            802 src/vfs/extfs/extfs.c             path_element->class->verrno = EIO;
verrno           1310 src/vfs/extfs/extfs.c         VFS_CLASS (vfs_path_get_last_path_vfs (vpath))->verrno = EINVAL;
verrno           1376 src/vfs/extfs/extfs.c         VFS_CLASS (vfs_path_get_last_path_vfs (vpath))->verrno = EISDIR;
verrno           1410 src/vfs/extfs/extfs.c         me->verrno = EEXIST;
verrno           1421 src/vfs/extfs/extfs.c         me->verrno = ENOTDIR;
verrno           1457 src/vfs/extfs/extfs.c         VFS_CLASS (vfs_path_get_last_path_vfs (vpath))->verrno = ENOTDIR;
verrno            861 src/vfs/ftpfs/ftpfs.c         me->verrno = EINVAL;
verrno            908 src/vfs/ftpfs/ftpfs.c         me->verrno = EINVAL;
verrno            925 src/vfs/ftpfs/ftpfs.c             me->verrno = errno;
verrno            935 src/vfs/ftpfs/ftpfs.c         me->verrno = errno;
verrno           1101 src/vfs/ftpfs/ftpfs.c     me->verrno = EIO;
verrno           1247 src/vfs/ftpfs/ftpfs.c             me->verrno = errno;
verrno           1248 src/vfs/ftpfs/ftpfs.c             err_str = unix_error_string (me->verrno);
verrno           1252 src/vfs/ftpfs/ftpfs.c             me->verrno = EIO;
verrno           1315 src/vfs/ftpfs/ftpfs.c             me->verrno = errno;
verrno           1317 src/vfs/ftpfs/ftpfs.c             if (me->verrno == ENOTCONN)
verrno           1327 src/vfs/ftpfs/ftpfs.c                                    unix_error_string (me->verrno));
verrno           1336 src/vfs/ftpfs/ftpfs.c             me->verrno = errno;
verrno           1368 src/vfs/ftpfs/ftpfs.c         me->verrno = errno;
verrno           1369 src/vfs/ftpfs/ftpfs.c         vfs_print_message (_("ftpfs: could not create socket: %s"), unix_error_string (me->verrno));
verrno           1438 src/vfs/ftpfs/ftpfs.c     me->verrno = EIO;
verrno           1504 src/vfs/ftpfs/ftpfs.c             me->verrno = errno;
verrno           1811 src/vfs/ftpfs/ftpfs.c         me->verrno = ENOENT;
verrno           1857 src/vfs/ftpfs/ftpfs.c             me->verrno = ECONNRESET;
verrno           1878 src/vfs/ftpfs/ftpfs.c     me->verrno = E_REMOTE;
verrno           1944 src/vfs/ftpfs/ftpfs.c         me->verrno = errno;
verrno           1973 src/vfs/ftpfs/ftpfs.c                 me->verrno = errno;
verrno           1978 src/vfs/ftpfs/ftpfs.c                 me->verrno = EINTR;
verrno           1995 src/vfs/ftpfs/ftpfs.c                 me->verrno = errno;
verrno           2141 src/vfs/ftpfs/ftpfs.c         me->verrno = EPERM;
verrno           2208 src/vfs/ftpfs/ftpfs.c     me->verrno = EPERM;
verrno           2257 src/vfs/ftpfs/ftpfs.c         me->verrno = EIO;
verrno            126 src/vfs/sftpfs/sftpfs.c         me->verrno = EEXIST;
verrno            152 src/vfs/sftpfs/sftpfs.c         me->verrno = EISDIR;
verrno            746 src/vfs/sftpfs/sftpfs.c         vpath_element->class->verrno = EPERM;
verrno            756 src/vfs/sftpfs/sftpfs.c         vpath_element->class->verrno = ret_value;
verrno            947 src/vfs/shell/shell.c             me->verrno = ECONNRESET;
verrno            976 src/vfs/shell/shell.c     me->verrno = reply_code == ERROR ? EACCES : E_REMOTE;
verrno           1073 src/vfs/shell/shell.c                 me->verrno = errno;
verrno           1075 src/vfs/shell/shell.c                 me->verrno = EIO;
verrno           1620 src/vfs/shell/shell.c         me->verrno = EACCES;