verrno            219 lib/vfs/direntry.c             me->verrno = ENOENT;
verrno            434 lib/vfs/direntry.c         me->verrno = ENOTDIR;
verrno            442 lib/vfs/direntry.c         me->verrno = EAGAIN;
verrno            535 lib/vfs/direntry.c         me->verrno = EINVAL;
verrno            541 lib/vfs/direntry.c         me->verrno = EFAULT;
verrno            577 lib/vfs/direntry.c             me->verrno = errno;
verrno            602 lib/vfs/direntry.c             me->verrno = errno;
verrno            626 lib/vfs/direntry.c             VFS_FILE_HANDLER_SUPER (fh)->me->verrno = errno;
verrno            739 lib/vfs/direntry.c     return me->verrno;
verrno           1183 lib/vfs/direntry.c         path_element->class->verrno = EIO;
verrno           1205 lib/vfs/direntry.c         path_element->class->verrno = EIO;
verrno           1304 lib/vfs/direntry.c         me->verrno = EEXIST;
verrno           1352 lib/vfs/direntry.c         me->verrno = EISDIR;
verrno           1381 lib/vfs/direntry.c             me->verrno = errno;
verrno           1440 lib/vfs/direntry.c         me->verrno = errno;
verrno           1470 lib/vfs/direntry.c                 me->verrno = errno;
verrno            143 lib/vfs/vfs.h      int verrno;          // can't use errno because glibc2 might define errno as function
verrno             37 lib/vfs/xdirentry.h         me->verrno = a;                                                                            \
verrno            817 src/vfs/extfs/extfs.c             path_element->class->verrno = EIO;
verrno           1330 src/vfs/extfs/extfs.c         VFS_CLASS (vfs_path_get_last_path_vfs (vpath))->verrno = EINVAL;
verrno           1375 src/vfs/extfs/extfs.c         VFS_CLASS (vfs_path_get_last_path_vfs (vpath))->verrno = EISDIR;
verrno           1409 src/vfs/extfs/extfs.c         me->verrno = EEXIST;
verrno           1420 src/vfs/extfs/extfs.c         me->verrno = ENOTDIR;
verrno           1456 src/vfs/extfs/extfs.c         VFS_CLASS (vfs_path_get_last_path_vfs (vpath))->verrno = ENOTDIR;
verrno            859 src/vfs/ftpfs/ftpfs.c         me->verrno = EINVAL;
verrno            906 src/vfs/ftpfs/ftpfs.c         me->verrno = EINVAL;
verrno            923 src/vfs/ftpfs/ftpfs.c             me->verrno = errno;
verrno            933 src/vfs/ftpfs/ftpfs.c         me->verrno = errno;
verrno            936 src/vfs/ftpfs/ftpfs.c         if (me->verrno == EINTR && tty_got_interrupt ())
verrno           1101 src/vfs/ftpfs/ftpfs.c     me->verrno = EIO;
verrno           1246 src/vfs/ftpfs/ftpfs.c             me->verrno = errno;
verrno           1247 src/vfs/ftpfs/ftpfs.c             err_str = unix_error_string (me->verrno);
verrno           1251 src/vfs/ftpfs/ftpfs.c             me->verrno = EIO;
verrno           1314 src/vfs/ftpfs/ftpfs.c             me->verrno = errno;
verrno           1316 src/vfs/ftpfs/ftpfs.c             if (me->verrno == ENOTCONN)
verrno           1326 src/vfs/ftpfs/ftpfs.c                                    unix_error_string (me->verrno));
verrno           1335 src/vfs/ftpfs/ftpfs.c             me->verrno = errno;
verrno           1367 src/vfs/ftpfs/ftpfs.c         me->verrno = errno;
verrno           1369 src/vfs/ftpfs/ftpfs.c                            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           1810 src/vfs/ftpfs/ftpfs.c         me->verrno = ENOENT;
verrno           1856 src/vfs/ftpfs/ftpfs.c             me->verrno = ECONNRESET;
verrno           1877 src/vfs/ftpfs/ftpfs.c     me->verrno = E_REMOTE;
verrno           1943 src/vfs/ftpfs/ftpfs.c         me->verrno = errno;
verrno           1972 src/vfs/ftpfs/ftpfs.c                 me->verrno = errno;
verrno           1977 src/vfs/ftpfs/ftpfs.c                 me->verrno = EINTR;
verrno           1994 src/vfs/ftpfs/ftpfs.c                 me->verrno = errno;
verrno           2139 src/vfs/ftpfs/ftpfs.c         me->verrno = EPERM;
verrno           2206 src/vfs/ftpfs/ftpfs.c     me->verrno = EPERM;
verrno           2255 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            741 src/vfs/sftpfs/sftpfs.c         vpath_element->class->verrno = EPERM;
verrno            751 src/vfs/sftpfs/sftpfs.c         vpath_element->class->verrno = ret_value;
verrno            928 src/vfs/shell/shell.c             me->verrno = ECONNRESET;
verrno            957 src/vfs/shell/shell.c     me->verrno = reply_code == ERROR ? EACCES : E_REMOTE;
verrno           1052 src/vfs/shell/shell.c                 me->verrno = errno;
verrno           1054 src/vfs/shell/shell.c                 me->verrno = EIO;
verrno           1562 src/vfs/shell/shell.c         me->verrno = EACCES;