ENOTSUP           226 lib/vfs/interface.c         errno = ENOTSUP;
ENOTSUP           250 lib/vfs/interface.c         errno = me->name != NULL ? vfs_ferrno (me) : ENOTSUP; \
ENOTSUP           283 lib/vfs/interface.c                 errno = me->symlink != NULL ? vfs_ferrno (me) : ENOTSUP;
ENOTSUP           309 lib/vfs/interface.c         errno = vfs->name != NULL ? vfs_ferrno (vfs) : ENOTSUP; \
ENOTSUP           339 lib/vfs/interface.c         errno = me1->name != NULL ? vfs_ferrno (me1) : ENOTSUP; \
ENOTSUP           423 lib/vfs/interface.c         errno = ENOTSUP;
ENOTSUP           430 lib/vfs/interface.c         errno = path_element->class->opendir ? vfs_ferrno (path_element->class) : ENOTSUP;
ENOTSUP           490 lib/vfs/interface.c         errno = vfs->readdir ? vfs_ferrno (vfs) : ENOTSUP;
ENOTSUP           548 lib/vfs/interface.c             errno = me->name ? vfs_ferrno (me) : ENOTSUP; \
ENOTSUP           642 lib/vfs/interface.c         errno = ENOTSUP;
ENOTSUP           715 lib/vfs/interface.c         errno = vfs->lseek ? vfs_ferrno (vfs) : ENOTSUP;
ENOTSUP           742 lib/vfs/vfs.c          errno = ENOTSUP;
ENOTSUP           754 lib/vfs/vfs.c          errno = ENOTSUP;
ENOTSUP           767 lib/vfs/vfs.c      errno = ENOTSUP;
ENOTSUP          2221 src/filemanager/file.c     return (e == ENOTSUP || e == EOPNOTSUPP || e == ENOSYS || e == EINVAL || e == ENOTTY