vfs_ferrno        221 lib/vfs/interface.c             errno = vfs_ferrno (me);
vfs_ferrno        248 lib/vfs/interface.c             errno = me->name != NULL ? vfs_ferrno (me) : ENOTSUP;                                  \
vfs_ferrno        279 lib/vfs/interface.c                 errno = me->symlink != NULL ? vfs_ferrno (me) : ENOTSUP;
vfs_ferrno        303 lib/vfs/interface.c             errno = vfs->name != NULL ? vfs_ferrno (vfs) : ENOTSUP;                                \
vfs_ferrno        333 lib/vfs/interface.c             errno = me1->name != NULL ? vfs_ferrno (me1) : ENOTSUP;                                \
vfs_ferrno        395 lib/vfs/interface.c         errno = vfs_ferrno (vfs);
vfs_ferrno        422 lib/vfs/interface.c         errno = path_element->class->opendir ? vfs_ferrno (path_element->class) : ENOTSUP;
vfs_ferrno        483 lib/vfs/interface.c         errno = vfs->readdir ? vfs_ferrno (vfs) : ENOTSUP;
vfs_ferrno        539 lib/vfs/interface.c                 errno = me->name ? vfs_ferrno (me) : ENOTSUP;                                      \
vfs_ferrno        565 lib/vfs/interface.c             errno = vfs_ferrno (me);
vfs_ferrno        638 lib/vfs/interface.c         errno = vfs_ferrno (me);
vfs_ferrno        704 lib/vfs/interface.c         errno = vfs->lseek ? vfs_ferrno (vfs) : ENOTSUP;
vfs_ferrno        290 lib/vfs/vfs.h  int vfs_ferrno (struct vfs_class *vfs);