vfs_ferrno 221 lib/vfs/interface.c errno = vfs_ferrno (me); vfs_ferrno 250 lib/vfs/interface.c errno = me->name != NULL ? vfs_ferrno (me) : ENOTSUP; \ vfs_ferrno 283 lib/vfs/interface.c errno = me->symlink != NULL ? vfs_ferrno (me) : ENOTSUP; vfs_ferrno 309 lib/vfs/interface.c errno = vfs->name != NULL ? vfs_ferrno (vfs) : ENOTSUP; \ vfs_ferrno 339 lib/vfs/interface.c errno = me1->name != NULL ? vfs_ferrno (me1) : ENOTSUP; \ vfs_ferrno 403 lib/vfs/interface.c errno = vfs_ferrno (vfs); vfs_ferrno 430 lib/vfs/interface.c errno = path_element->class->opendir ? vfs_ferrno (path_element->class) : ENOTSUP; vfs_ferrno 490 lib/vfs/interface.c errno = vfs->readdir ? vfs_ferrno (vfs) : ENOTSUP; vfs_ferrno 548 lib/vfs/interface.c errno = me->name ? vfs_ferrno (me) : ENOTSUP; \ vfs_ferrno 576 lib/vfs/interface.c errno = vfs_ferrno (me); vfs_ferrno 649 lib/vfs/interface.c errno = vfs_ferrno (me); vfs_ferrno 715 lib/vfs/interface.c errno = vfs->lseek ? vfs_ferrno (vfs) : ENOTSUP; vfs_ferrno 294 lib/vfs/vfs.h int vfs_ferrno (struct vfs_class *vfs);