vfs_ferrno        102 lib/vfs/interface.c         errno = vfs_ferrno (me);
vfs_ferrno        287 lib/vfs/interface.c             errno = vfs_ferrno (me);
vfs_ferrno        314 lib/vfs/interface.c             errno = me->name != NULL ? vfs_ferrno (me) : ENOTSUP;                                  \
vfs_ferrno        352 lib/vfs/interface.c                 errno = me->symlink != NULL ? vfs_ferrno (me) : ENOTSUP;
vfs_ferrno        376 lib/vfs/interface.c             errno = vfs->name != NULL ? vfs_ferrno (vfs) : ENOTSUP;                                \
vfs_ferrno        406 lib/vfs/interface.c             errno = me1->name != NULL ? vfs_ferrno (me1) : ENOTSUP;                                \
vfs_ferrno        468 lib/vfs/interface.c         errno = vfs_ferrno (vfs);
vfs_ferrno        495 lib/vfs/interface.c         errno = path_element->class->opendir ? vfs_ferrno (path_element->class) : ENOTSUP;
vfs_ferrno        550 lib/vfs/interface.c         errno = vfs->readdir ? vfs_ferrno (vfs) : ENOTSUP;
vfs_ferrno        604 lib/vfs/interface.c                 errno = me->name ? vfs_ferrno (me) : ENOTSUP;                                      \
vfs_ferrno        630 lib/vfs/interface.c             errno = vfs_ferrno (me);
vfs_ferrno        703 lib/vfs/interface.c         errno = vfs_ferrno (me);
vfs_ferrno        769 lib/vfs/interface.c         errno = vfs->lseek ? vfs_ferrno (vfs) : ENOTSUP;
vfs_ferrno        292 lib/vfs/vfs.h  int vfs_ferrno (struct vfs_class *vfs);