ENOTSUP            95 lib/vfs/interface.c         errno = ENOTSUP;
ENOTSUP           292 lib/vfs/interface.c         errno = ENOTSUP;
ENOTSUP           314 lib/vfs/interface.c             errno = me->name != NULL ? vfs_ferrno (me) : ENOTSUP;                                  \
ENOTSUP           352 lib/vfs/interface.c                 errno = me->symlink != NULL ? vfs_ferrno (me) : ENOTSUP;
ENOTSUP           376 lib/vfs/interface.c             errno = vfs->name != NULL ? vfs_ferrno (vfs) : ENOTSUP;                                \
ENOTSUP           406 lib/vfs/interface.c             errno = me1->name != NULL ? vfs_ferrno (me1) : ENOTSUP;                                \
ENOTSUP           488 lib/vfs/interface.c         errno = ENOTSUP;
ENOTSUP           495 lib/vfs/interface.c         errno = path_element->class->opendir ? vfs_ferrno (path_element->class) : ENOTSUP;
ENOTSUP           550 lib/vfs/interface.c         errno = vfs->readdir ? vfs_ferrno (vfs) : ENOTSUP;
ENOTSUP           604 lib/vfs/interface.c                 errno = me->name ? vfs_ferrno (me) : ENOTSUP;                                      \
ENOTSUP           696 lib/vfs/interface.c         errno = ENOTSUP;
ENOTSUP           769 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