ENOTSUP           226 lib/vfs/interface.c         errno = ENOTSUP;
ENOTSUP           248 lib/vfs/interface.c             errno = me->name != NULL ? vfs_ferrno (me) : ENOTSUP;                                  \
ENOTSUP           279 lib/vfs/interface.c                 errno = me->symlink != NULL ? vfs_ferrno (me) : ENOTSUP;
ENOTSUP           303 lib/vfs/interface.c             errno = vfs->name != NULL ? vfs_ferrno (vfs) : ENOTSUP;                                \
ENOTSUP           333 lib/vfs/interface.c             errno = me1->name != NULL ? vfs_ferrno (me1) : ENOTSUP;                                \
ENOTSUP           415 lib/vfs/interface.c         errno = ENOTSUP;
ENOTSUP           422 lib/vfs/interface.c         errno = path_element->class->opendir ? vfs_ferrno (path_element->class) : ENOTSUP;
ENOTSUP           477 lib/vfs/interface.c         errno = vfs->readdir ? vfs_ferrno (vfs) : ENOTSUP;
ENOTSUP           531 lib/vfs/interface.c                 errno = me->name ? vfs_ferrno (me) : ENOTSUP;                                      \
ENOTSUP           623 lib/vfs/interface.c         errno = ENOTSUP;
ENOTSUP           696 lib/vfs/interface.c         errno = vfs->lseek ? vfs_ferrno (vfs) : ENOTSUP;
ENOTSUP           732 lib/vfs/vfs.c          errno = ENOTSUP;
ENOTSUP           744 lib/vfs/vfs.c          errno = ENOTSUP;
ENOTSUP           757 lib/vfs/vfs.c      errno = ENOTSUP;
ENOTSUP          2228 src/filemanager/file.c     return (e == ENOTSUP || e == EOPNOTSUPP || e == ENOSYS || e == EINVAL || e == ENOTTY