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           483 lib/vfs/interface.c         errno = vfs->readdir ? vfs_ferrno (vfs) : ENOTSUP;
ENOTSUP           539 lib/vfs/interface.c                 errno = me->name ? vfs_ferrno (me) : ENOTSUP;                                      \
ENOTSUP           631 lib/vfs/interface.c         errno = ENOTSUP;
ENOTSUP           704 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          2228 src/filemanager/file.c     return (e == ENOTSUP || e == EOPNOTSUPP || e == ENOSYS || e == EINVAL || e == ENOTTY